mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +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
|
||||
run: |
|
||||
set -x
|
||||
|
||||
# install semver and add it to PATH
|
||||
yarn global add semver
|
||||
PATH="$(yarn global bin):$PATH"
|
||||
@ -81,9 +83,9 @@ jobs:
|
||||
- name: Login to crates.io
|
||||
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
||||
# Set the same version to all crates in the workspace and publish
|
||||
- name: Publish to crates.io
|
||||
run: cargo ws publish --no-git-commit --allow-dirty --yes custom "${{ env.FINAL_VERSION }}"
|
||||
# # Set the same version to all crates in the workspace and publish
|
||||
# - name: Publish to crates.io
|
||||
# run: cargo ws publish --no-git-commit --allow-dirty --yes custom "${{ env.FINAL_VERSION }}"
|
||||
|
||||
# ### Create a pre-release
|
||||
# - name: Create Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user