Skip to content

Commit

Permalink
fix: remove ci comment so release workflow is run
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvelabs committed Jul 28, 2023
1 parent 25ce13a commit 8143b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/release-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ cp build/docs/*.md docs/
cp build/schemas/*.json docs/
git add docs/
if [[ $(git status --porcelain 2>/dev/null) != "" ]]; then
git commit --gpg-sign --message "chore(release): $NEXT_VERSION [skip ci]"
git commit --gpg-sign --message "chore(release): $NEXT_VERSION"
git push origin main
fi

# Tag and push.
# Tag to trigger the release workflow.
git tag \
--sign "$NEXT_VERSION" \
--message "$NEXT_VERSION"
Expand Down

0 comments on commit 8143b21

Please sign in to comment.