Skip to content

Commit

Permalink
Merge pull request #209 from SMI/dependabot/github_actions/svenstaro/…
Browse files Browse the repository at this point in the history
…upload-release-action-2.9.0
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
2 parents b49c7eb + 4f7e7f5 commit 2837b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
dotnet nuget push ./BadMedicine.Dicom/bin/Release/HIC.BadMedicine.Dicom.*.nupkg -k ${{ secrets.NUGET_KEY }} --skip-duplicate -s https://api.nuget.org/v3/index.json
- name: Upload release binaries
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.9.0
if: contains(github.ref, 'refs/tags/v')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2837b3e

Please sign in to comment.