Skip to content

Commit dcea1b6

Browse files
committed
fix(github-actions): correct syntax
1 parent fc7ef86 commit dcea1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Create release
4545
env:
46-
RELEASE_TAG="${{ env.TAG_PREFIX }}${{ env.RELEASE_VERSION }}"
46+
RELEASE_TAG: "${{ env.TAG_PREFIX }}${{ env.RELEASE_VERSION }}"
4747
run: |
4848
gh release create \
4949
${{ env.RELEASE_TAG }} \

0 commit comments

Comments
 (0)