We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca487c commit 8a074b3Copy full SHA for 8a074b3
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Share release version
50
id: release_version
51
- run: printf 'version=%s\n' "${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
+ run: printf 'version=%s\n' "${GITHUB_REF#refs/}" >> $GITHUB_OUTPUT
52
- name: check
53
run: printf 'ohaider %s\n' ${{ steps.release_version.outputs.version }}
54
0 commit comments