mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-08 20:56:57 -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
|
||||
publish-npm:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
needs: [ build, cypress-run ]
|
||||
needs: [ test, cypress-run ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user