Skip to content

Commit 69b0fb6

Browse files
authored
turn off auto release (#13)
1 parent 3bc4ffd commit 69b0fb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
# Get PR from merged commit to master
14+
# Get PR from merged commit to main
1515
- uses: actions-ecosystem/action-get-merged-pull-request@v1
1616
id: get-merged-pull-request
1717
with:
1818
github_token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
19+
1920
# Drafts your next Release notes as Pull Requests are merged into "main"
2021
- uses: release-drafter/release-drafter@v5
2122
with:
22-
publish: ${{ !contains(steps.get-merged-pull-request.outputs.labels, 'no-release') }}
23+
publish: false
2324
prerelease: false
2425
config-name: auto-release.yml
2526
env:

0 commit comments

Comments
 (0)