We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e5710 commit 110c7a6Copy full SHA for 110c7a6
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Get version from tag
26
id: version
27
- run: echo "version=${{GITHUB_REF#refs/tags/}}" >> $GITHUB_OUTPUT
+ run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
28
29
- name: Create github-project skill package
30
run: |
0 commit comments