Skip to content

Commit 90a58d8

Browse files
committed
fix(ci): use bash expansion for version extraction
1 parent dfd59dc commit 90a58d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 typo3-core-contributions skill package
3030
run: |

0 commit comments

Comments
 (0)