Skip to content

Commit

Permalink
Use branch name instead of hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 11, 2024
1 parent ded585f commit 087c7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ jobs:
--prerelease-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64.zip" `
--prerelease-packages-clear-pattern "dcmtk-*-win64.zip" `
--prerelease-packages-keep-pattern "*<COMMIT_SHORT_SHA>*" `
--prerelease-sha "<COMMIT_SHORT_SHA>" `
--prerelease-sha github_actions `
--token ${{ secrets.PUBLISH_RELEASE_TOKEN }}

0 comments on commit 087c7bf

Please sign in to comment.