mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +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:
|
||||
branches:
|
||||
- "master"
|
||||
- "release"
|
||||
|
||||
jobs:
|
||||
npm-publish:
|
||||
@ -87,7 +88,6 @@ jobs:
|
||||
### Create a pre-release
|
||||
- name: Generate prerelease description
|
||||
run: |
|
||||
set -x
|
||||
RELEASE_DESCRIPTION=""
|
||||
for CRATE_NAME in $(cargo ws list)
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user