Skip to content

Commit

Permalink
and another
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed Nov 2, 2021
1 parent 1bea63f commit 54b9d61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:

- name: Get the version
id: get_version
run: echo "::set-output name=VERSION::$env:GITHUB_REF.Replace('refs/tags/v', '')"
run: |
$version = $env:GITHUB_REF.Replace('refs/tags/v', '')
echo "::set-output name=VERSION::$version"
- name: Create Release
id: create_release
Expand Down

0 comments on commit 54b9d61

Please sign in to comment.