Skip to content

Commit

Permalink
checkout tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 3, 2025
1 parent 74c80cd commit ea0902b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ 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: $LATEST_TAG
ref: develop
path: RDMP
- name: Fetch RDMP latest tag
run: |
cd RDMP
$LATEST_TAG = git rev-list --tags --max-count=1 |git describe --tags
git checkout $LATEST_TAG
cd ..
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down

0 comments on commit ea0902b

Please sign in to comment.