Skip to content

Commit

Permalink
- chore: use ssh to push CI commit
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Mar 12, 2020
1 parent 8462d5b commit 574732c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
git add -A
TAG="v$(node -p "require('./package.json').version")"
git commit -m "- chore: version bump ($TAG) [skip ci]"
git remote set-url origin "$(git config --get remote.origin.url | sed 's#http.*com/#[email protected]:#g')"
git tag "$TAG"
git push --tags origin $GITHUB_REF
ssh-agent -k

0 comments on commit 574732c

Please sign in to comment.