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 9a3a0a7 commit c83a72cCopy full SHA for c83a72c
.github/workflows/asset-release.yml
@@ -58,5 +58,6 @@ jobs:
58
uses: softprops/action-gh-release@v2
59
if: github.ref_type == 'tag' || inputs.dry-run != 'true'
60
with:
61
+ tag_name: ${{ inputs.tag || steps.tagName.outputs.tag }}
62
files: |
63
./google-api-php-client-${{ inputs.tag || steps.tagName.outputs.tag }}-PHP${{ matrix.php }}.zip
0 commit comments