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.
google-github-actions/release-please-action@v3
1 parent 4285dfc commit 3f44a98Copy full SHA for 3f44a98
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
tag_name: ${{ steps.release.outputs.tag_name }}
27
body: ${{ steps.release.outputs.body }}
28
steps:
29
- - uses: GoogleCloudPlatform/release-please-action@v2
+ - uses: google-github-actions/release-please-action@v3
30
id: release
31
with:
32
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments