diff --git a/.github/workflows/create-release-on-merge.yaml b/.github/workflows/create-release-on-merge.yaml index cd0dfa8..67eecb7 100644 --- a/.github/workflows/create-release-on-merge.yaml +++ b/.github/workflows/create-release-on-merge.yaml @@ -153,7 +153,7 @@ jobs: echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Create Release if: steps.resolve.outputs.released == 'true' - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ steps.resolve.outputs.version }} # The built commit, not the default branch tip the API would otherwise pick.