Skip to content

Commit bde52ac

Browse files
authored
Update release-drafter.yml
1 parent 04db706 commit bde52ac

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- main
6+
- "main"
77
workflow_dispatch:
88

99
permissions: {}
1010

1111
jobs:
1212
draft-release:
13-
runs-on: ubuntu-24.04
1413
permissions:
1514
contents: write
1615
pull-requests: read
17-
steps:
18-
- uses: release-drafter/release-drafter@v6
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
uses: commit-check/.github/.github/workflows/release-drafter.yml@main

0 commit comments

Comments
 (0)