CI: push release branch with dist/
This commit is contained in:
@@ -214,26 +214,8 @@ jobs:
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- ${GITHUB_PROJECT_SSH_KEY_FINGERPRINT}
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- dependency-cache-npm-{{ checksum "yarn.lock" }}
|
||||
- restore_cache:
|
||||
keys:
|
||||
- dependency-cache-go-{{ checksum "go.sum" }}
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: 'make install'
|
||||
no_output_timeout: 15m
|
||||
- save_cache:
|
||||
key: dependency-cache-npm-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- ./node_modules
|
||||
- save_cache:
|
||||
key: dependency-cache-go-{{ checksum "go.sum" }}
|
||||
paths:
|
||||
- ./vendor
|
||||
- /go/pkg/mod
|
||||
- attach_workspace:
|
||||
at: ~/alexanderzobnin
|
||||
- run: ./.circleci/make-release.sh
|
||||
|
||||
build-docs:
|
||||
@@ -331,6 +313,10 @@ workflows:
|
||||
requires:
|
||||
- package-plugin
|
||||
filters: *filter-only-release
|
||||
- make-release-commit:
|
||||
requires:
|
||||
- package-plugin
|
||||
filters: *filter-only-release
|
||||
|
||||
build-docs:
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user