Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Ignore tag errors.
Browse files Browse the repository at this point in the history
TODO: better idempotency
  • Loading branch information
cmars committed Nov 25, 2017
1 parent c54a432 commit 6840af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ git reset
git add snap/snapcraft.yaml
git commit -m "Release snapcraft ${VERSION}" || true

git tag -s -a "v${VERSION}" -m "Release ${VERSION}"
git push origin "v${VERSION}"
git tag -s -a "v${VERSION}" -m "Release ${VERSION}" && git push origin "v${VERSION}" || true

goreleaser

0 comments on commit 6840af5

Please sign in to comment.