diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8186e29..dc7d93b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: # Create a new GitHub release using the gathered information - name: Create the release - uses: nekofar/create-github-release@v1.0.14 + uses: nekofar/create-github-release@v1.0.15 with: tag: v${{ steps.release.outputs.version }} # The name of the tag to be released title: v${{ steps.release.outputs.version }} # The title for the release