mirror of
https://github.com/anrieff/libcpuid
synced 2025-01-23 20:06:41 +00:00
CI: remove 'v' prefix in assets
This commit is contained in:
parent
b8f6dea265
commit
5da90c9dcc
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get Git tag
|
- name: Get Git tag
|
||||||
run: echo ::set-env name=VERSION::${GITHUB_REF#refs/tags/}
|
run: echo ::set-env name=VERSION::${GITHUB_REF#refs/tags/v}
|
||||||
|
|
||||||
- name: Create distribution source tarball
|
- name: Create distribution source tarball
|
||||||
run: |
|
run: |
|
||||||
|
@ -62,8 +62,6 @@ jobs:
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
tag: ${{ env.VERSION }}
|
|
||||||
name: ${{ env.VERSION }}
|
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
body: |
|
body: |
|
||||||
|
|
Loading…
Reference in a new issue