Skip to content

Commit

Permalink
chore(tasks): we should be creating annotated tags when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehmloewff committed Aug 15, 2024
1 parent 666bc34 commit 02d68cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runnerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ task_release() {
git push

echo "Creating and pushing a new tag..."
git tag $next_tag
git tag -a $next_tag
git push origin tag $next_tag

echo "Creating a sha256 for the just-created tag..."
Expand Down

0 comments on commit 02d68cc

Please sign in to comment.