Skip to content

Commit

Permalink
Merge pull request #121 from GetStream/fix-workflow
Browse files Browse the repository at this point in the history
chore: Fix publish step
  • Loading branch information
szuperaz authored Nov 5, 2021
2 parents fab49c8 + a624bee commit 3f86d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Verify docs changed
uses: tj-actions/[email protected]
Expand Down

0 comments on commit 3f86d2e

Please sign in to comment.