diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b53a60d29..703f90524 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "tag=v${VERSION}-build.${SHORT_SHA}" >> $GITHUB_OUTPUT - name: Create or update rolling release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ startsWith(github.ref, 'refs/tags/v') && github.ref_name || steps.version.outputs.tag }} name: ${{ startsWith(github.ref, 'refs/tags/v') && github.ref_name || format('Build {0}', steps.version.outputs.short_sha) }}