Skip to content

Commit

Permalink
feat: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxwazz committed Dec 22, 2024
1 parent 19c8e2f commit 821b6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
push:
tags:
- v*
- "v*"

jobs:
release:
Expand All @@ -26,4 +26,4 @@ jobs:
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.PAT}}

0 comments on commit 821b6c2

Please sign in to comment.