Skip to content

Commit

Permalink
chore(cli): tweak snapcraft script
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian authored Aug 25, 2020
1 parent b768a3e commit f355050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ parts:
echo "CLI_VERSION"
echo $CLI_VERSION
if [ "$COMMIT_MSG" == "v$CLI_VERSION" ]; then
if test "$COMMIT_MSG" = "v$CLI_VERSION"; then
git tag "$COMMIT_MSG" -m "$COMMIT_MSG"
fi
override-build: |
Expand Down

0 comments on commit f355050

Please sign in to comment.