Skip to content

Commit

Permalink
Merge pull request #50 from cubeworx/feature/actions-imporove
Browse files Browse the repository at this point in the history
Add tag to create release
  • Loading branch information
claflico authored Jan 3, 2025
2 parents 9649258 + 45c44b2 commit 1e0794c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: github.event_name != 'pull_request'
with:
name: ${{ env.IMG_VER }}
generate_release_notes: true
name: v${{ env.IMG_VER }}
generate_release_notes: true
tag_name: v${{ env.IMG_VER }}

0 comments on commit 1e0794c

Please sign in to comment.