Skip to content

Commit

Permalink
update patchrelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTuomoK committed Jan 10, 2025
1 parent 4157a0e commit 366dd66
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/patchrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,13 @@ jobs:
- name: release npm packages
run: yarn release --dist-tag patch
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: delete the patchrelease branch
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git push origin --delete patchrelease
- name: End
run: echo "Done!"

0 comments on commit 366dd66

Please sign in to comment.