Skip to content

Commit 06b0c0f

Browse files
committed
⬇️Downgrades action-gh-release
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
1 parent 87ff9bd commit 06b0c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: ./out/
113113
- name: Publish GitHub release
114114
id: publish_github_release
115-
uses: softprops/action-gh-release@v2.2.0
115+
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
116116
with:
117117
token: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
118118
name: "v${{ steps.gitversion_vars.outputs.SemVer }}"

0 commit comments

Comments
 (0)