Skip to content

Commit

Permalink
Consolidate auto-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jan 31, 2024
1 parent 0a482a1 commit e1bfaa4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
# Get PR from merged commit to master
- uses: actions-ecosystem/action-get-merged-pull-request@v1
id: get-merged-pull-request
- uses: cloudposse/github-action-auto-release@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

# Drafts the next release's Release Notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
with:
publish: false
prerelease: false
publish: false
config-name: auto-release.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1bfaa4

Please sign in to comment.