Skip to content

Commit

Permalink
Merge pull request #48 from baynezy/feature/issue-47-auto-tag
Browse files Browse the repository at this point in the history
Allow auto-tagging to trigger releases
  • Loading branch information
baynezy authored Jan 4, 2024
2 parents 173fa54 + b2b528c commit 6bbd551
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 6bbd551

Please sign in to comment.