Skip to content

Commit f55d9dc

Browse files
committed
Update workflows
1 parent 8da102a commit f55d9dc

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
@@ -31,7 +31,7 @@ jobs:
3131
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"
3232

3333
- name: Upload phar
34-
run: gh release upload v"${RELEASE_VERSION"}" deployer.phar
34+
run: gh release upload v"${RELEASE_VERSION}" deployer.phar
3535
env:
3636
GH_TOKEN: ${{ github.token }}
3737

0 commit comments

Comments
 (0)