From bdac389081c0829bce45ef83b38dc937f3adf5a4 Mon Sep 17 00:00:00 2001 From: Pedro Bonamin Date: Mon, 15 Jan 2024 15:03:19 +0100 Subject: [PATCH] feat!: force release in gamma --- .github/workflows/release-gamma.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-gamma.yml b/.github/workflows/release-gamma.yml index c398ac779..27cf57114 100644 --- a/.github/workflows/release-gamma.yml +++ b/.github/workflows/release-gamma.yml @@ -19,11 +19,10 @@ jobs: app_id: ${{ secrets.ECOSPARK_APP_ID }} private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} # This action will create a release PR when regular conventional commits are pushed to gamma, it'll also detect if a release PR is merged and npm publish should happen - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: - release-type: node - default-branch: gamma + target-branch: ${{ github.ref_name }} command: manifest token: ${{ steps.generate-token.outputs.token }}