Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 26, 2023
1 parent 1937e0a commit 3f98a1c
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 @@ -94,7 +94,7 @@ jobs:
- name: Extract version
id: extract_version
run: |
echo version:${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
echo version=${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
- name: Print version
run: |
Expand Down

0 comments on commit 3f98a1c

Please sign in to comment.