We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3127cde commit a87e18fCopy full SHA for a87e18f
1 file changed
.github/workflows/publish.yml
@@ -37,10 +37,9 @@ jobs:
37
38
- name: Generate and process release PR
39
id: release_please
40
- uses: google-github-actions/release-please-action@v3
+ uses: googleapis/release-please-action@v4
41
with:
42
release-type: simple
43
- package-name: ${{ github.event.repository.name }}
44
45
- name: Publish v{major}.{minor} tag
46
if: steps.release_please.outputs.release_created
0 commit comments