Skip to content

Commit fdd4898

Browse files
committed
fix(publish): fix publish (maybe)
1 parent 2c27733 commit fdd4898

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
with:
16+
token: ${{ secrets.GH_TOKEN }}
17+
fetch-depth: 0
1518

1619
- name: Setup Node
1720
uses: actions/setup-node@v1
@@ -27,4 +30,6 @@ jobs:
2730
- name: Publish packages
2831
run: yarn lerna publish --yes
2932
env:
33+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3035
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)