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 7941c79 commit 17b9b41Copy full SHA for 17b9b41
.github/workflows/release.yml
@@ -82,10 +82,10 @@ jobs:
82
83
- name: Upload Release Asset
84
uses: actions/upload-release-asset@v1
85
- env:
86
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
with:
88
- upload_url: ${{ steps.create_release.outputs.upload_url }}
+ upload_url: ${{ needs.create-release.outputs.upload_url }}
89
asset_path: ./client-${{ matrix.php-version }}.phar
90
asset_name: client-${{ matrix.php-version }}.phar
91
- asset_content_type: application/octet-stream
+ asset_content_type: application/octet-stream
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments