diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4385ae152..b5d82805d 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -672,7 +672,7 @@ jobs: rm share/zsh/site-functions/_[ # not supported tar --zstd -cf docs.tar.zst share - name: Publish - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true && matrix.job.check-only != true with: draft: true @@ -682,7 +682,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish latest commit - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.job.skip-publish != true && matrix.job.check-only != true with: tag_name: latest-commit diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 0f3bc61e0..eeddf0686 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -167,7 +167,7 @@ jobs: strip -s /tmp/individual/usr/local/bin/* ZSTD_CLEVEL=19 tar --zstd -caf individual-x86_64-unknown-linux-gnu.tar.zst -C /tmp/individual/usr/local bin - name: Publish - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: tag_name: latest-commit