diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeafe868d..39577d411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: pull_request: branches: - main + - rc/3.0-mv3 env: XDG_CACHE_HOME: ${{ github.workspace }}/.cache @@ -98,19 +99,16 @@ jobs: needs: [test] if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') steps: - - uses: google-github-actions/release-please-action@v3.7.11 + - uses: google-github-actions/release-please-action@v3.7.3 with: - changelog-notes-type: github command: manifest-pr - include-v-in-tag: true - release-as: v3.0.0 - release-type: node + changelog-notes-type: github release-assets: runs-on: ubuntu-latest needs: [test] if: | - contains(github.ref, 'refs/tags/') && + (contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/rc/3.0-mv3') && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') steps: - name: Check out Git repository