From 109f371e07b3a04a7a0594401937ee6c9bb99103 Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Garcia Date: Tue, 28 May 2024 14:09:50 +0200 Subject: [PATCH] fix: change release type version to Python --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 33239fc9..71c6e1e8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,6 +20,7 @@ jobs: # (PAT) and configured it as a GitHub action secret named # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important). token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} + release-type: python - uses: actions/checkout@v4 - name: tag major and minor versions