Skip to content

Commit

Permalink
correct my usual mistake (#341)
Browse files Browse the repository at this point in the history
* correct my usual mistake

* change name

* permission reduction
  • Loading branch information
JoviDeCroock authored Mar 18, 2024
1 parent 7819c3e commit 4521894
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
permissions:
contents: write
id-token: write
issues: write
repository-projects: write
deployments: write
packages: write
issues: read
pull-requests: write
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -45,8 +42,8 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Create Release Pull Request
uses: changesets/action@1.4.6
- name: Create Release PR or Publish
uses: changesets/action@v1.4.6
with:
publish: npm run changeset publish
env:
Expand Down

0 comments on commit 4521894

Please sign in to comment.