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.
2 parents 51f7287 + e7c2a8e commit 09ccbffCopy full SHA for 09ccbff
1 file changed
.github/workflows/artifacts.yml
@@ -30,7 +30,7 @@ jobs:
30
name: xar-package
31
path: build/*.xar
32
- name: Release
33
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
34
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
35
with:
36
prerelease: true
0 commit comments