Skip to content

Commit

Permalink
Edit release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed May 18, 2024
1 parent 6307310 commit 88fcdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
RELEASE_TAG=${GITHUB_REF#refs/*/}
echo ::set-output name=tag::${RELEASE_TAG}
echo ::set-output name=version::${RELEASE_TAG:1}
echo ::set-output name=version::${RELEASE_TAG}
- name: Create release...
id: create_release
Expand Down

0 comments on commit 88fcdc6

Please sign in to comment.