commit
a2be36a424
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
check-npm: ${{ steps.check-npm.outputs.defined }}
|
check-npm: ${{ steps.check-npm.outputs.defined }}
|
||||||
check-access: ${{ steps.check-access.outputs.defined }}
|
check-access: ${{ steps.check-access.outputs.defined }}
|
||||||
step:
|
steps:
|
||||||
- id: check-npm
|
- id: check-npm
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue