Skip to content

Commit

Permalink
[nc] remove sha from version name in container publish
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed May 17, 2024
1 parent 898a2de commit ca28948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
run: |
gh release create "${{ github.ref_name }}" \
--repo="${{ github.repository }}" \
--title="${{ github.ref_name }} ${{ github.sha }}"
--title="${{ github.ref_name }}"
- name: post new release message
if: ${{ inputs.release-message != 'false' }}
Expand Down

0 comments on commit ca28948

Please sign in to comment.