Skip to content

Commit

Permalink
Force tag to string
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 24, 2024
1 parent b647311 commit a87387f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/initial_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ env:
GH_TOKEN: ${{ secrets.token || secrets.YNPUT_BOT_TOKEN}}
GH_USER: ${{ secrets.user || secrets.CI_USER }}
GH_EMAIL: ${{ secrets.email || secrets.CI_EMAIL }}
INIT_VERSION: "0.1.0"
RELEASE_NAME: ${{ inputs.name || '' }}
DRAFT: ${{ inputs.draft }}
ARTIFACT_NAME: "${{ vars.PROJECT_NAME }}-package"
Expand Down Expand Up @@ -121,7 +120,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: ${{ vars.MAIN_BRANCH }}
tag: "${{ env.INIT_VERSION }}"
tag: "${{ inputs.release_overwrite }}"
generateReleaseNotes: true
artifacts: ${{ needs.build-from-main.outputs.artifact_file }}
token: ${{ env.GH_TOKEN }}
Expand Down

0 comments on commit a87387f

Please sign in to comment.