Skip to content

Commit

Permalink
Consolidate auto-release workflow (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jan 30, 2024
1 parent 4c14184 commit 367a705
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,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
with:
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}

# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
- uses: cloudposse/github-action-auto-release@v1
with:
publish: false
prerelease: false
config-name: draft-release.yml
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}

0 comments on commit 367a705

Please sign in to comment.