diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f4d1ae1..c92add3 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,6 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Get version + id: version + run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} + - name: Create release id: create_release uses: actions/create-release@v1