Skip to content

Commit a76c27c

Browse files
authored
Merge pull request #45 from vbetsch/docs/66-release-template
test: release drafter
2 parents be58a0e + 360d3d4 commit a76c27c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/release-drafter.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ name: Release Drafter
22

33
on:
44
push:
5-
branches:
6-
- main
5+
# branches:
6+
# - main
77

88
jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/release-drafter@v5
12+
- uses: actions/checkout@v3
13+
14+
- name: Draft release notes
15+
uses: release-drafter/release-drafter@v5
1316
with:
1417
config-name: release-drafter.yml
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)