Skip to content

Commit

Permalink
chore(workflow): fix gpr
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 6, 2023
1 parent 896dc70 commit 559cb36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build Package
run: pnpm run build && pnpm run gpr

- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 559cb36

Please sign in to comment.