Skip to content

Commit

Permalink
chore: fix release action (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Oct 26, 2024
1 parent ca851f3 commit d5e675f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
release:
name: Release new version
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -30,4 +27,4 @@ jobs:
with:
publish: npm run tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit d5e675f

Please sign in to comment.