Skip to content

Commit 7b797ea

Browse files
committed
Add missing quotes
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent 618275e commit 7b797ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
5656
if [ "${{ inputs.publish_type }}" == 'release' ]
5757
then
58-
github_tag=${{ github.event.ref }}
59-
release_title=${{ github.event.release.name }}
58+
github_tag="${{ github.ref }}"
59+
release_title="${{ github.event.release.name }}"
6060
elif [ "${{ inputs.publish_type }}" == "dev" ]
6161
then
6262
if [ "$REPO_OWNER" == 'Hendrix-Shen' ]

0 commit comments

Comments
 (0)