ci(release): Fix quotes for auto version setting
This commit is contained in:
parent
17d97e13c0
commit
4dbfcbcebe
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
while curl -sf -o /dev/null "https://api.github.com/repos/$GITHUB_REPOSITORY/git/ref/tags/$DATE_PART.$PATCH_VERSION"; do
|
while curl -sf -o /dev/null "https://api.github.com/repos/$GITHUB_REPOSITORY/git/ref/tags/$DATE_PART.$PATCH_VERSION"; do
|
||||||
(( PATCH_VERSION++ ))
|
(( PATCH_VERSION++ ))
|
||||||
done
|
done
|
||||||
echo "::set-output name=version::"$DATE_PART.$PATCH_VERSION""
|
echo "::set-output name=version::$DATE_PART.$PATCH_VERSION"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: getsentry/craft@master
|
- uses: getsentry/craft@master
|
||||||
if: ${{ !github.event.client_payload.skip_prepare }}
|
if: ${{ !github.event.client_payload.skip_prepare }}
|
||||||
|
Reference in New Issue
Block a user