Skip to content

Commit e7f1e8e

Browse files
chore: switch to release-please app (GoogleCloudPlatform#584)
1 parent bfbf84f commit e7f1e8e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/release-please.yml renamed to .github/release-please.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: release-please
16-
on:
17-
push:
18-
branches:
19-
- main
20-
jobs:
21-
release-please:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: GoogleCloudPlatform/[email protected]
25-
with:
26-
token: ${{ secrets.GITHUB_TOKEN }}
27-
release-type: python
28-
package-name: cloud-sql-python-connector
15+
handleGHRelease: true
16+
packageName: cloud-sql-python-connector
17+
releaseType: python

0 commit comments

Comments
 (0)