diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 265051a..c0b5d65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: cat SHA256SUMS - name: Create Automatic GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: auto-${{ github.sha }} name: Automatic Release ${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f148d8d..8456080 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: sha256sum cpp-repl-${TAG}-linux-x86_64.tar.gz | tee SHA256SUMS - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.TAG }} name: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || format('Automatic Release {0}', github.sha) }}