We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4ec10 commit 011c88eCopy full SHA for 011c88e
1 file changed
.github/workflows/_release.yml
@@ -72,7 +72,7 @@ jobs:
72
sha256sum gitopolis-linux-x86_64.tar.gz gitopolis-windows-x86_64.zip gitopolis-macos-x86_64.tar.gz gitopolis-macos-aarch64.tar.gz > SHA256SUMS.txt
73
74
- name: Create Release
75
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
76
with:
77
tag_name: ${{ inputs.release_tag }}
78
name: ${{ inputs.release_tag }}
0 commit comments