refactor: rename publish action
This commit is contained in:
parent
5b349e5599
commit
848855ce4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bp-devtools-ci.yml
vendored
2
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- run: npx nx affected -t test --parallel=3 --configuration=ci
|
||||
- run: npx nx affected -t build --parallel=3
|
||||
|
||||
- name: Publish
|
||||
- name: Publish to npm
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue