Skip to content

Commit

Permalink
fix(update-repo-tags): re-enable tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Feb 10, 2021
1 parent 0b37d91 commit 96f0bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bash/update-repo-tags
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ if [ "$skip" = "false" ]; then
git add CHANGELOG.md
git commit --no-verify -m "ci: Update CHANGELOG releasing $TAG" CHANGELOG.md
fi
exit
git::cmd tag -a -s "$TAG" -m "Auto Tagging $TAG"
fi
fi
Expand Down

0 comments on commit 96f0bed

Please sign in to comment.