Skip to content

Commit

Permalink
[nc] change gh release to use correct tag
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 11, 2024
1 parent ca28948 commit ab96d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${{ github.ref_name }}" \
gh release create "${{ inputs.tag-annotation }}${{ inputs.version-tag }}" \
--repo="${{ github.repository }}" \
--title="${{ github.ref_name }}"
--title="${{ inputs.tag-annotation }}${{ inputs.version-tag }}"
- name: post new release message
if: ${{ inputs.release-message != 'false' }}
Expand Down

0 comments on commit ab96d01

Please sign in to comment.