Skip to content

Commit

Permalink
chore: remove unused release workflow & tweak prod one
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 17, 2024
1 parent 118f4b2 commit 6181a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 89 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/publish-npm-beta.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🏷️ Publish NPM Latest
name: 🏷️ Lerna Publish NPM Latest

on:
workflow_dispatch:
Expand Down Expand Up @@ -122,8 +122,11 @@ jobs:
pnpm exec lerna publish from-package --force-publish --yes --otp ${{ steps.wait-for-secrets.outputs.OTP }}
- name: Build Website (GitHub demo site)
if: ${{ inputs.dryrun != true }}
run: pnpm 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@v4
Expand Down

0 comments on commit 6181a14

Please sign in to comment.