diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c1115a5..8eb4c941 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Get the Tag + id: get_tag + run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/} - name: Release uses: softprops/action-gh-release@v1 + with: + name: Netdisco ${{ steps.get_tag.outputs.TAGVALUE }} #jobs: # build: # runs-on: ubuntu-latest