Skip to content

Commit

Permalink
chore: fix release action (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Oct 26, 2024
1 parent 232c3b3 commit 257c21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
release:
name: Release new version
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -24,9 +27,6 @@ jobs:

- name: Create release pull request
uses: changesets/action@v1
permissions:
pull-requests: write
contents: write
with:
publish: npm run tag
env:
Expand Down

0 comments on commit 257c21e

Please sign in to comment.