From c7ce503b9876741aeda3e7b15f32001e07086333 Mon Sep 17 00:00:00 2001 From: rabii-chaarani Date: Fri, 12 Jul 2024 10:36:16 +0930 Subject: [PATCH] ci: publish dev version as well --- .github/workflows/release-please.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 514dfbc..68c35ce 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -49,7 +49,18 @@ jobs: release-please: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' + steps: + - uses: GoogleCloudPlatform/release-please-action@v4 + id: release + with: + release-type: python + package-name: LoopDataConverter + version-file: LoopDataConverter/version.py + outputs: + release_created: ${{ steps.release.outputs.release_created }} + + if: github.ref == 'refs/heads/dev' steps: - uses: GoogleCloudPlatform/release-please-action@v4 id: release