mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
run on release
This commit is contained in:
parent
c332cc3599
commit
070219abb1
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
- "release"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
@ -87,7 +88,6 @@ jobs:
|
|||||||
### Create a pre-release
|
### Create a pre-release
|
||||||
- name: Generate prerelease description
|
- name: Generate prerelease description
|
||||||
run: |
|
run: |
|
||||||
set -x
|
|
||||||
RELEASE_DESCRIPTION=""
|
RELEASE_DESCRIPTION=""
|
||||||
for CRATE_NAME in $(cargo ws list)
|
for CRATE_NAME in $(cargo ws list)
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user