Skip to content

Commit c83a72c

Browse files
committed
set tag_name when using workflow dispatch
1 parent 9a3a0a7 commit c83a72c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/asset-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
uses: softprops/action-gh-release@v2
5959
if: github.ref_type == 'tag' || inputs.dry-run != 'true'
6060
with:
61+
tag_name: ${{ inputs.tag || steps.tagName.outputs.tag }}
6162
files: |
6263
./google-api-php-client-${{ inputs.tag || steps.tagName.outputs.tag }}-PHP${{ matrix.php }}.zip

0 commit comments

Comments
 (0)