Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinTan authored Feb 2, 2023
1 parent 0fbbce6 commit d4371cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create Tag
run: |
version=`./bin/wfrpc --version`
if ! git tag -l $version == $version; then
if [ ! $(git tag -l $version) ]; then
git tag $version
git push origin $version
fi
Expand Down

0 comments on commit d4371cc

Please sign in to comment.