Skip to content

Commit 4dbfcbc

Browse files
committed
ci(release): Fix quotes for auto version setting
1 parent 17d97e1 commit 4dbfcbc

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
@@ -20,7 +20,7 @@ jobs:
2020
while curl -sf -o /dev/null "https://api.github.com/repos/$GITHUB_REPOSITORY/git/ref/tags/$DATE_PART.$PATCH_VERSION"; do
2121
(( PATCH_VERSION++ ))
2222
done
23-
echo "::set-output name=version::"$DATE_PART.$PATCH_VERSION""
23+
echo "::set-output name=version::$DATE_PART.$PATCH_VERSION"
2424
- uses: actions/checkout@v2
2525
- uses: getsentry/craft@master
2626
if: ${{ !github.event.client_payload.skip_prepare }}

0 commit comments

Comments
 (0)