Skip to content

Commit

Permalink
fuck my life
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed Apr 22, 2024
1 parent e153141 commit 21fdde7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ 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 fetch && git checkout main && git pull && git add . && 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 --all
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Push Formula to Tap
uses: cpina/[email protected]
env:
Expand Down

0 comments on commit 21fdde7

Please sign in to comment.