Skip to content

Commit

Permalink
fix: sign tags from this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Oct 12, 2024
1 parent c38f4f2 commit d0abd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
prompt: "Before we build, is the version {{.PROJ_VERSION}} number up to date?"
desc: tags the current commit
cmds:
- git tag -a v{{.PROJ_VERSION}} -m "v{{.PROJ_VERSION}}"
- git tag -s -a v{{.PROJ_VERSION}} -m "v{{.PROJ_VERSION}}"
- git push origin v{{.PROJ_VERSION}}
build:image:
prompt: Have you made sure the version number is up to date?
Expand Down

0 comments on commit d0abd1f

Please sign in to comment.