Skip to content

Commit

Permalink
fix(release-please): removed v from tags
Browse files Browse the repository at this point in the history
tags are now 0.1.1 rather than v0.1.1
  • Loading branch information
shinybrar committed Nov 22, 2024
1 parent 49e246d commit fa5db36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.release.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.TAG }}
${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.TAG_RELEASE }}
${{ env.REGISTRY }}/${{ env.IMAGE }}:v${{ env.TAG_RELEASE }}
labels: |
org.opencontainers.image.title=skaha
org.opencontainers.image.version=${{ env.TAG_RELEASE }}
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"draft": false,
"prerelease": false,
"include-component-in-tag": false,
"include-v-in-tag": true,
"include-v-in-tag": false,
"extra-files": [
"skaha/gradle.properties"
],
Expand Down

0 comments on commit fa5db36

Please sign in to comment.