There was an error while loading. Please reload this page.
1 parent 04db706 commit bde52acCopy full SHA for bde52ac
1 file changed
.github/workflows/release-drafter.yml
@@ -3,18 +3,14 @@ name: Release Drafter
3
on:
4
push:
5
branches:
6
- - main
+ - "main"
7
workflow_dispatch:
8
9
permissions: {}
10
11
jobs:
12
draft-release:
13
- runs-on: ubuntu-24.04
14
permissions:
15
contents: write
16
pull-requests: read
17
- steps:
18
- - uses: release-drafter/release-drafter@v6
19
- env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: commit-check/.github/.github/workflows/release-drafter.yml@main
0 commit comments