Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 24, 2024
1 parent b8f8ce0 commit cbf0e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initial_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: ${{ vars.MAIN_BRANCH }}
tag: "${{ inputs.release_overwrite }}"
tag: "${{ inputs.release_overwrite }}" # string conversion is mandatory here
generateReleaseNotes: true
artifacts: ${{ needs.build-from-main.outputs.artifact_file }}
token: ${{ env.GH_TOKEN }}
Expand Down

0 comments on commit cbf0e12

Please sign in to comment.