mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
uncomment publishing, do not run on "release" branch
This commit is contained in:
parent
fb8e294171
commit
5cd28ce24b
5
.github/workflows/publish_release.yml
vendored
5
.github/workflows/publish_release.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
- "release"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
@ -84,8 +83,8 @@ jobs:
|
|||||||
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
|
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
|
||||||
|
|
||||||
# Set the same version to all crates in the workspace and publish
|
# Set the same version to all crates in the workspace and publish
|
||||||
# - name: Publish to crates.io
|
- name: Publish to crates.io
|
||||||
# run: cargo ws publish --no-git-commit --allow-dirty --yes custom "${{ env.FINAL_VERSION }}"
|
run: cargo ws publish --no-git-commit --allow-dirty --yes custom "${{ env.FINAL_VERSION }}"
|
||||||
|
|
||||||
### Create a pre-release
|
### Create a pre-release
|
||||||
- name: Generate prerelease description
|
- name: Generate prerelease description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user