From 0d80181fd6142d5c63fb101ada1ecbca334d9100 Mon Sep 17 00:00:00 2001 From: Agustinus Theodorus Date: Wed, 25 Sep 2024 11:31:30 +0700 Subject: [PATCH] ci: remove release please --- .github/workflows/cicd.yaml | 47 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 2754193df..0b5a2ae1d 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -90,32 +90,32 @@ jobs: /tmp/docker_image.tar retention-days: 5 - release-please: - needs: - - build - runs-on: ubuntu-20.04 - name: Release Please - steps: - - name: Checkout Repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - with: - fetch-depth: 0 - - name: Release - id: release - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 - with: - token: ${{ secrets.PAT }} - fork: true - release-type: node - package-name: ${{ github.event.repository.name }} - include-v-in-tag: false - outputs: - release_created: ${{ steps.release.outputs.release_created }} - tag_name: ${{ steps.release.outputs.tag_name }} + # release-please: + # needs: + # - build + # runs-on: ubuntu-20.04 + # name: Release Please + # steps: + # - name: Checkout Repository + # uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + # with: + # fetch-depth: 0 + # - name: Release + # id: release + # uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 + # with: + # token: ${{ secrets.PAT }} + # fork: true + # release-type: node + # package-name: ${{ github.event.repository.name }} + # include-v-in-tag: false + # outputs: + # release_created: ${{ steps.release.outputs.release_created }} + # tag_name: ${{ steps.release.outputs.tag_name }} publish-docker: needs: - - release-please + - build runs-on: ubuntu-20.04 name: Publish Docker steps: @@ -144,7 +144,6 @@ jobs: deploy: needs: - - release-please - publish-docker permissions: contents: read