mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-09 05:06:53 -06:00
PR-843991: fix github action workflow.
This commit is contained in:
parent
85e919f13a
commit
1f83b07f83
2
.github/workflows/main-workflow.yml
vendored
2
.github/workflows/main-workflow.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
# Job to publish the package to npm
|
# Job to publish the package to npm
|
||||||
publish-npm:
|
publish-npm:
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
needs: [ build, cypress-run ]
|
needs: [ test, cypress-run ]
|
||||||
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