diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dde5cd9..af836b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: --source https://api.nuget.org/v3/index.json --skip-duplicate - name: Attach artifacts to GitHub Release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v2 with: files: ./artifacts/* # SemVer pre-release tags carry a hyphen (v1.0.0-rc.1); flag those so the GitHub