File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ jobs:
672672 rm share/zsh/site-functions/_[ # not supported
673673 tar --zstd -cf docs.tar.zst share
674674 - name : Publish
675- uses : softprops/action-gh-release@v2
675+ uses : softprops/action-gh-release@v3
676676 if : steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true && matrix.job.check-only != true
677677 with :
678678 draft : true
@@ -682,7 +682,7 @@ jobs:
682682 env :
683683 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
684684 - name : Publish latest commit
685- uses : softprops/action-gh-release@v2
685+ uses : softprops/action-gh-release@v3
686686 if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.job.skip-publish != true && matrix.job.check-only != true
687687 with :
688688 tag_name : latest-commit
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 strip -s /tmp/individual/usr/local/bin/*
168168 ZSTD_CLEVEL=19 tar --zstd -caf individual-x86_64-unknown-linux-gnu.tar.zst -C /tmp/individual/usr/local bin
169169 - name : Publish
170- uses : softprops/action-gh-release@v2
170+ uses : softprops/action-gh-release@v3
171171 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
172172 with :
173173 tag_name : latest-commit
You can’t perform that action at this time.
0 commit comments