Skip to content

Commit

Permalink
Merge pull request #177 from gerlero/release
Browse files Browse the repository at this point in the history
Update Release workflow
  • Loading branch information
gerlero authored Jul 5, 2023
2 parents 42f6e21 + d653225 commit 6f3eb5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
get-version:
runs-on: ubuntu-latest
outputs:
app-version: ${{ steps.get_version.outputs.version-without-v }}
app-version: ${{ steps.get_version.outputs.VERSION_WITHOUT_V }}
steps:
- name: Extract version from release tag
- name: Extract version from tag
id: get_version
uses: battila7/get-version-action@v2
run:
echo "VERSION_WITHOUT_V=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"

release:
needs: get-version
Expand Down

0 comments on commit 6f3eb5b

Please sign in to comment.