Skip to content

Commit

Permalink
fix(FOROME-349): skip hooks for version increments
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-chernomortsev committed Jan 24, 2022
1 parent e03d20a commit 78bfd45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
git config --global user.name 'evgeniy-chernomortsev'
git config --global user.email 'evgeniy.chernomortsev@quantori.com'
yarn config set version-git-message "[RELEASE] %s"
yarn config set version-commit-hooks false
yarn version --patch
git push --tags &&
git push --no-verify
git push
- name: Close opened port
env:
GROUP: ${{ secrets.AWS_SEC_GROUP_ID }}
Expand Down

0 comments on commit 78bfd45

Please sign in to comment.