github action: cleanup template
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -13,7 +13,6 @@ jobs:
|
|||||||
id: get_tag
|
id: get_tag
|
||||||
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
||||||
- name: Release
|
- name: Release
|
||||||
id: create_release
|
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: Netdisco ${{ steps.get_tag.outputs.TAGVALUE }}
|
name: Netdisco ${{ steps.get_tag.outputs.TAGVALUE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user