Skip to content

Commit f83421e

Browse files
committed
fix(ci): use bash expansion for version extraction
1 parent 70327a6 commit f83421e

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-testing skill package
3030
run: |

0 commit comments

Comments
 (0)