Skip to content

Commit 3f86d2e

Browse files
authored
Merge pull request #121 from GetStream/fix-workflow
chore: Fix publish step
2 parents fab49c8 + a624bee commit 3f86d2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Release
5353
env:
5454
GH_TOKEN: ${{ secrets.GH_TOKEN }}
55+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5556
run: npx semantic-release
5657
- name: Verify docs changed
5758
uses: tj-actions/changed-files@v11.5

0 commit comments

Comments
 (0)