mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-04-20 06:38:05 -06:00
hotfix: fix publish npm.
This commit is contained in:
parent
1906d0d156
commit
5990e05ab6
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
component: true
|
component: true
|
||||||
publish-npm:
|
publish-npm:
|
||||||
needs: [ test, cypress-run, cypress-run-component ]
|
needs: [ build, cypress-run, cypress-run-component ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user