Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 163ee23

Browse files
committed
Update cd.yml
1 parent 321f5c8 commit 163ee23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out repository
2121
uses: actions/checkout@v2
2222
- name: Strip target version prefix
23-
run: echo TARGET_VERSION=${TARGET_VERSION#refs/*/v} >> $GITHUB_ENV
23+
run: echo TARGET_VERSION="${TARGET_VERSION#refs/*/v}" >> "$GITHUB_ENV"
2424
- name: Create release
2525
uses: actions/create-release@v1
2626
env:

0 commit comments

Comments
 (0)