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
e24022c048
commit
229e5f4ebf
26
.github/workflows/publish_release.yml
vendored
26
.github/workflows/publish_release.yml
vendored
@ -85,16 +85,16 @@ jobs:
|
||||
- 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
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ env.FINAL_VERSION }}
|
||||
release_name: Fluence Compute Engine ${{ env.FINAL_VERSION }}
|
||||
body: |
|
||||
- [${{ env.FINAL_VERSION }} @ crates.io](https://crates.io/crates/${{ env.PKG_NAME }}/${{ env.FINAL_VERSION }})
|
||||
draft: false
|
||||
prerelease: true
|
||||
# ### Create a pre-release
|
||||
# - name: Create Release
|
||||
# id: create_release
|
||||
# uses: actions/create-release@v1
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# tag_name: ${{ env.FINAL_VERSION }}
|
||||
# release_name: Fluence Compute Engine ${{ env.FINAL_VERSION }}
|
||||
# body: |
|
||||
# - [${{ env.FINAL_VERSION }} @ crates.io](https://crates.io/crates/${{ env.PKG_NAME }}/${{ env.FINAL_VERSION }})
|
||||
# draft: false
|
||||
# prerelease: true
|
Loading…
x
Reference in New Issue
Block a user