Skip to content

Commit 8a074b3

Browse files
committed
fixup! test output
1 parent cca487c commit 8a074b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Share release version
5050
id: release_version
51-
run: printf 'version=%s\n' "${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
51+
run: printf 'version=%s\n' "${GITHUB_REF#refs/}" >> $GITHUB_OUTPUT
5252
- name: check
5353
run: printf 'ohaider %s\n' ${{ steps.release_version.outputs.version }}
5454

0 commit comments

Comments
 (0)