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.
1 parent 2db696a commit 4cd8063Copy full SHA for 4cd8063
.github/workflows/release-please.yml
@@ -1,7 +1,7 @@
1
# Copyright 2023 Nutanix. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-name: release-please-main
+name: release-please
5
6
on:
7
push:
@@ -22,8 +22,10 @@ jobs:
22
release-please:
23
runs-on: ubuntu-22.04
24
steps:
25
- - uses: google-github-actions/release-please-action@v4
+ - uses: googleapis/release-please-action@v4
26
id: release-please
27
+ with:
28
+ target-branch: ${{ github.ref_name }}
29
30
- uses: actions/checkout@v4
31
if: ${{ steps.release-please.outputs.release_created }}
0 commit comments