Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andykswong committed Nov 26, 2022
1 parent 49c25fd commit 97fef82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- run: npm ci
- run: npm run build --workspaces
name: Build
- run: npm run doc --workspace=mugl -- --excludeInternal
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm run doc --workspace=mugl -- --excludeInternal
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 97fef82

Please sign in to comment.