Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PurplProto committed Feb 23, 2024
1 parent 684c234 commit f8340e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-new-gh-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo snap install yq

echo "pushing tag to trigger a release"

version_tag="v$(yq e '.package.versions' Cargo.toml)"
version_tag="v$(yq e '.package.version' Cargo.toml)"

git tag -a "$version_tag" -m "$version_tag"
git push origin "$version_tag"

0 comments on commit f8340e1

Please sign in to comment.