diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53eb5f740..e761dbbab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION" - name: Upload phar - run: gh release upload v"${RELEASE_VERSION"}" deployer.phar + run: gh release upload v"${RELEASE_VERSION}" deployer.phar env: GH_TOKEN: ${{ github.token }}