Skip to content

Commit 110c7a6

Browse files
committed
fix(ci): use bash expansion for version extraction
1 parent d8e5710 commit 110c7a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

2525
- name: Get version from tag
2626
id: version
27-
run: echo "version=${{GITHUB_REF#refs/tags/}}" >> $GITHUB_OUTPUT
27+
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
2828

2929
- name: Create github-project skill package
3030
run: |

0 commit comments

Comments
 (0)