mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
install & cache tools
This commit is contained in:
parent
229e5f4ebf
commit
9ea27fd9cb
8
.github/workflows/publish_release.yml
vendored
8
.github/workflows/publish_release.yml
vendored
@ -48,6 +48,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Calculate the version
|
- name: Calculate the version
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
|
|
||||||
# install semver and add it to PATH
|
# install semver and add it to PATH
|
||||||
yarn global add semver
|
yarn global add semver
|
||||||
PATH="$(yarn global bin):$PATH"
|
PATH="$(yarn global bin):$PATH"
|
||||||
@ -81,9 +83,9 @@ jobs:
|
|||||||
- name: Login to crates.io
|
- name: Login to crates.io
|
||||||
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: Create Release
|
# - name: Create Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user