Skip to content

Commit

Permalink
⬇️Downgrades action-gh-release
Browse files Browse the repository at this point in the history
Version 2.2 of �ction-gh-release contains a bug preventing upload of our NuGet artifacts.

For more information, see: softprops/action-gh-release#555
  • Loading branch information
brucificus committed Dec 16, 2024
1 parent bc79f3c commit 7b96d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
path: ./out/
- name: Publish GitHub release
id: publish_github_release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
with:
token: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
name: "v${{ steps.gitversion_vars.outputs.SemVer }}"
Expand Down

0 comments on commit 7b96d3b

Please sign in to comment.