try to use proper tag name
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -8,9 +8,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
- name: Get the Tag
|
||||||
|
id: get_tag
|
||||||
|
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
||||||
- name: Netdisco Release
|
- name: Netdisco Release
|
||||||
uses: elgohr/Github-Release-Action@master
|
uses: elgohr/Github-Release-Action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: NetdiscoRelease
|
args: Netdisco ${{ steps.get_tag.outputs.TAGVALUE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user