We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da102a commit f55d9dcCopy full SHA for f55d9dc
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"
32
33
- name: Upload phar
34
- run: gh release upload v"${RELEASE_VERSION"}" deployer.phar
+ run: gh release upload v"${RELEASE_VERSION}" deployer.phar
35
env:
36
GH_TOKEN: ${{ github.token }}
37
0 commit comments