Skip to content

Commit

Permalink
fix: add github token (#393)
Browse files Browse the repository at this point in the history
bugt: add github token
  • Loading branch information
Cameron Manavian committed Jul 12, 2022
1 parent 0dd4870 commit 46c7c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Bump Version
run: |
pnpm changeset version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# all workspace packages` package.json will be bumped with pervious step if there are changesets present
- name: Collect Bumped Version
Expand Down

0 comments on commit 46c7c9f

Please sign in to comment.