Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 13, 2023
1 parent 5db4030 commit 827f90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ jobs:
npx release-it --ci --npm.otp=${{ steps.wait-for-secrets.outputs.OTP }}
- name: Website Dev Build (served for Cypress)
if: ${{ inputs.dryrun != true }}
run: yarn build:demo

# deploy (re-publish) GitHub demo page with a Prod build but only when merging to "master" branch
# and the commit message contains the text "chore: release"
- name: Deploy to gh-pages
if: ${{ inputs.dryrun != true }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 827f90c

Please sign in to comment.