Skip to content

Commit

Permalink
(HDS-2589) delete patchrelease branch after release in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTuomoK committed Jan 10, 2025
1 parent 931c8cd commit debf4e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/patchrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ jobs:
run: yarn release --dist-tag patch
env:
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 debf4e2

Please sign in to comment.