Skip to content

Commit

Permalink
fix workflow (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Nov 16, 2023
1 parent db53475 commit f6f9ceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
name: Build
permissions:
actions: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand All @@ -32,10 +36,6 @@ jobs:
run: pnpm run build

- name: Create Release Pull Request or Publish to npm
permissions:
actions: write
pull-requests: write
contents: write
uses: changesets/action@v1
with:
publish: pnpm run publish-packages
Expand Down

0 comments on commit f6f9ceb

Please sign in to comment.