Skip to content

Commit

Permalink
build: use patch_without_tag setting for production releases (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx authored Jan 12, 2023
1 parent f556171 commit 0c63f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
--define=version_source="commit" \
--define=branch=master \
--define=upload_to_repository=true \
--define=patch_without_tag=true \
publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0c63f8d

Please sign in to comment.