We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cfc83 commit 4efdfddCopy full SHA for 4efdfdd
.github/workflows/release-please.yml
@@ -17,14 +17,15 @@ jobs:
17
needs: verify-release
18
runs-on: ubuntu-24.04
19
steps:
20
+
21
+ - uses: googleapis/release-please-action@v4
22
+ id: release
23
+ - uses: actions/checkout@v4
24
- name: Download release artifact
25
uses: actions/download-artifact@v4
26
with:
27
name: build-${{ github.sha }}-${{ env.DEFAULT_PHP_VERSION }}
28
path: mysql2jsonl
- - uses: googleapis/release-please-action@v4
- id: release
- - uses: actions/checkout@v4
29
- name: Upload Release Artifact
30
if: ${{ steps.release.outputs.release_created }}
31
env:
0 commit comments