Skip to content

Commit

Permalink
trying to fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed Nov 2, 2021
1 parent 8b9736c commit 7eb0787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:

- name: Get the version
id: get_version
run: echo "::set-output name=VERSION::${{ GITHUB_REF#refs/tags/v }}"
shell: cmd
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/v}"

- name: Create Release
id: create_release
Expand Down

0 comments on commit 7eb0787

Please sign in to comment.