diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 30c1b9d..ffa675b 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -88,7 +88,7 @@ jobs: - name: Create Release if: ${{ inputs.create_release }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: manual-${{ steps.version.outputs.VERSION_NAME }}-${{ steps.version.outputs.TIMESTAMP }} name: ${{ inputs.release_name || format('Manual Build {0}', steps.version.outputs.TIMESTAMP) }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1a1f61..e0957f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: fi - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.VERSION_TAG }} name: Release ${{ steps.version.outputs.VERSION_TAG }}