From 8a7623e1b1c82ffa4eb6ee4a6082c81c7dbd1dc2 Mon Sep 17 00:00:00 2001 From: Ade Hery Shopyan Date: Tue, 30 Jul 2024 13:06:26 +0700 Subject: [PATCH] fix: release with also generate major version --- .github/workflows/release-please.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 078746a..32f3fe4 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -9,6 +9,9 @@ jobs: release-please: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Release please id: release uses: googleapis/release-please-action@v4 @@ -16,10 +19,6 @@ jobs: release-type: simple token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - - name: Setup jq - if: steps.release.outputs.release_created == 'true' - run: sudo apt-get install -y jq - - name: Create major tag if: steps.release.outputs.release_created == 'true' run: |