Skip to content

Commit

Permalink
Allow auto-tagging to trigger releases
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy committed Jan 4, 2024
1 parent 173fa54 commit b2b528c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/step-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Create tag
env:
GH_TOKEN: ${{ secrets.CREATE_TAG_TOKEN }}
run: |
git config --global user.name "GitHub Action Bot"
git config --global user.email "no-reply@after-life.co"
Expand Down

0 comments on commit b2b528c

Please sign in to comment.