Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Chore: Update cd.yml (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 2, 2022
1 parent f41cd48 commit 56ed044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- run: yarn release
- run: yarn release -y
env:
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_TOKEN }}

publish-to-gh-pages:
name: Publish to GitHub Pages
Expand Down

0 comments on commit 56ed044

Please sign in to comment.