Skip to content

Commit

Permalink
WORK FFS
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed Apr 22, 2024
1 parent b6d804d commit e153141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git config --global user.email "${{ secrets.EMAIL }}"
git config --global user.name "Matronator"
cd ./npm && npm version from-git --no-git-tag-version && npm publish
git checkout main && git fetch origin && git pull && git commit -am "Bump npm version" && git push origin main
git fetch && git checkout main && git pull && git add . && git commit -am "Bump npm version" && git push origin main
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Push Formula to Tap
Expand Down

0 comments on commit e153141

Please sign in to comment.