mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 21:20:49 +00:00
fix ci
This commit is contained in:
parent
73f2e97443
commit
752526a9e8
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set env
|
||||
- uses: actions/checkout@v2
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Download jq
|
||||
run: |
|
||||
curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 -o /usr/local/bin/jq
|
||||
@ -54,8 +58,8 @@ jobs:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: ipfs-adapter ${{ GITHUB_REF#refs/tags/ }}
|
||||
tag_name: ${{ GITHUB_REF#refs/tags/ }}
|
||||
name: ipfs-adapter ${{ env.RELEASE_VERSION }}
|
||||
tag_name: ${{ env.RELEASE_VERSION }}
|
||||
files: |
|
||||
ipfs-adapter.tar.gz
|
||||
draft: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user