Skip to content

Commit

Permalink
fix: 🐛 Release process tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Apr 14, 2021
1 parent df93618 commit 5937923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
# Cleanup release branch
- name: Cleanup release branch
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/jsimck/jsconfig.json.git"
git push -d release-v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 5937923

Please sign in to comment.