Skip to content

Commit

Permalink
chore(ci): remove dupe cmd now in new script
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 23, 2024
1 parent ccc7412 commit c647e6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Empty file modified script/release-workflow/git-commit.sh
100644 → 100755
Empty file.
4 changes: 0 additions & 4 deletions script/release-workflow/git-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

set -euo >/dev/null

if [[ $(git status --porcelain) ]]; then
git add Gemfile.lock VERSION lib/pact/cli/version.rb
git commit -m "chore(release): version ${TAG}"
fi
git tag -a "${TAG}" -m "chore(release): version ${TAG}"
git push origin ${TAG}
git push origin master

0 comments on commit c647e6f

Please sign in to comment.