Skip to content

Commit

Permalink
ci: remove release please
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinustheo committed Sep 25, 2024
1 parent 5a8043d commit 0d80181
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -144,7 +144,6 @@ jobs:

deploy:
needs:
- release-please
- publish-docker
permissions:
contents: read
Expand Down

0 comments on commit 0d80181

Please sign in to comment.