This commit is contained in:
Alexey Proshutinskiy 2021-06-25 14:38:45 +03:00
parent 73f2e97443
commit 752526a9e8

View File

@ -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