mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore(ci): fix publish step execution
This commit is contained in:
parent
92e1eb00ca
commit
75ff9e9973
1 changed files with 7 additions and 4 deletions
|
@ -34,6 +34,8 @@ aliases:
|
|||
- *repo_key
|
||||
- &ignore_branches
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
branches:
|
||||
ignore:
|
||||
- gh-pages
|
||||
|
@ -166,7 +168,7 @@ jobs:
|
|||
yarn install
|
||||
GIT_USER=verdacciobot USE_SSH=false yarn run publish-gh-pages
|
||||
|
||||
deploy:
|
||||
publish_package:
|
||||
<<: *defaults
|
||||
<<: *default_executor
|
||||
steps:
|
||||
|
@ -219,12 +221,13 @@ workflows:
|
|||
- test_node10
|
||||
- test_e2e
|
||||
<<: *ignore_branches
|
||||
- deploy:
|
||||
- publish_package:
|
||||
requires:
|
||||
- coverage
|
||||
- publish_gh_pages
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /(v)?[0-9]+(\.[0-9]+)*/
|
||||
branches:
|
||||
ignore:
|
||||
- /.*/
|
||||
|
|
Loading…
Add table
Reference in a new issue