Skip to content

Commit

Permalink
chore(packages): wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Feb 7, 2024
1 parent 6ea5e10 commit b853c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

- uses: actions/setup-node@v4
with:
Expand All @@ -36,6 +36,6 @@ jobs:
- if: success()
env:
CI: true
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: lerna publish --yes

0 comments on commit b853c1a

Please sign in to comment.