Skip to content

Commit

Permalink
update for build on master
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Oct 11, 2022
1 parent 55bdc8d commit 58bef19
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: auto-release

on:
workflow_run:
workflows: ["Run Tests"]
types: [completed]
branches:
- master
push:
branches:
- master
- main

jobs:
publish:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
publish: true
prerelease: false
config-name: auto-release.yml
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
publish: true
prerelease: false
config-name: auto-release.yml
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}

0 comments on commit 58bef19

Please sign in to comment.