Skip to content

Commit

Permalink
ci: remove auto release workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag authored Sep 16, 2022
1 parent ef219b6 commit f71ba78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,3 @@ jobs:
docker.pkg.github.com/${{ github.repository }}/raccoon:${{ steps.get_version.outputs.version-without-v }}
odpf/raccoon:latest
odpf/raccoon:${{ steps.get_version.outputs.version-without-v }}
create-gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f71ba78

Please sign in to comment.