From dcbdcea5a4e71de7072023c2caef432c7b984115 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Tue, 2 Jul 2024 15:13:38 +0200 Subject: [PATCH] fix: updated target branch for release-please.yml --- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/release-please.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 6482cd5..e6c56a7 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,5 +10,5 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ubiquity/action-conventional-commits@master diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6e5043b..8e00827 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,6 +18,7 @@ jobs: id: release with: release-type: node + target-branch: main - uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v4