Skip to content

Commit

Permalink
chore: fix and cleanup deploy pipeline + add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jan 10, 2024
1 parent 0598cf5 commit 55543ac
Show file tree
Hide file tree
Showing 2 changed files with 18,732 additions and 14,577 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
- next
- beta
- alpha

# Trigger manually
workflow_dispatch:

env:
CI: true

Expand All @@ -29,6 +31,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
git status
npx nx report
npx nx run-many -t release
Loading

0 comments on commit 55543ac

Please sign in to comment.