feat(ns-paystack): updated github action ci
This commit is contained in:
parent
d1ccaa1e57
commit
0848c4bf06
1 changed files with 2 additions and 1 deletions
3
.github/workflows/bp-devtools-ci.yml
vendored
3
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: BP DEVTOOLS CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
@ -128,6 +129,6 @@ jobs:
|
|||
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: |
|
||||
npx nx affected --target release --all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue