Skip to content

Commit

Permalink
use latest tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 3, 2025
1 parent 9fee8c8 commit 74c80cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
steps:
- name: Checkout RdmpDicom source
uses: actions/checkout@v4
- name: Fwtch RDMP latest tag
run: |
cd Rdmp
$LATEST_TAG = git rev-list --tags --max-count=1 |git describe --tags
cd ..
- name: Checkout RDMP source
uses: actions/checkout@v4
with:
repository: HicServices/RDMP
ref: develop
ref: $LATEST_TAG
path: RDMP
- uses: actions/setup-dotnet@v4
with:
Expand All @@ -42,7 +47,6 @@ jobs:
- name: Package
shell: bash
run: |
echo '${{ toJSON(steps) }}'
dotnet test -c Release
wget https://raw.githubusercontent.com/SMI/DicomTypeTranslation/main/Templates/CT.it
dotnet publish Rdmp.Dicom/Rdmp.Dicom.csproj -o p/main -c Release --self-contained false -nologo
Expand Down

0 comments on commit 74c80cd

Please sign in to comment.