Skip to content

Commit

Permalink
Update release script to not sign tags in source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Jun 17, 2020
1 parent acda625 commit 36fca54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
yarn build

# Tag current commit
git tag -a -s $1
git tag $1

# Push commit and tag to origin
git push && git push --tags
Expand Down

0 comments on commit 36fca54

Please sign in to comment.