Skip to content

Commit 8e0dc32

Browse files
committedJan 27, 2025··
fix(release-please): remove release type from arguments
1 parent c75f318 commit 8e0dc32

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.github/workflows/release-please.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
- main
55
env:
66
DEFAULT_PHP_VERSION: 8.3
7-
87
permissions:
98
contents: write
109
pull-requests: write
@@ -25,8 +24,6 @@ jobs:
2524
path: mysql2jsonl
2625
- uses: googleapis/release-please-action@v4
2726
id: release
28-
with:
29-
release-type: php
3027
- name: Upload Release Artifact
3128
if: ${{ steps.release.outputs.release_created }}
3229
env:

0 commit comments

Comments
 (0)
Please sign in to comment.