Skip to content

Commit

Permalink
chore(ci) set the branch when pushing (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriPro committed Jan 11, 2022
1 parent b3b6bb7 commit 4471913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
if-no-files-found: error
- name: Commit files
run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "publish new dist 🎉 "
git push
git push origin HEAD:main
publish-npm:
needs: build
Expand Down

0 comments on commit 4471913

Please sign in to comment.