Skip to content

Commit 0f5af19

Browse files
committed
wip: add release-please workflow
1 parent aacd2bd commit 0f5af19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: release
2222
with:
2323
release-type: go
24-
# to trigger GitHub workflows, requires a PAT
25-
#token: ${{ secrets.GITHUB_TOKEN }}
24+
# to create PRs and trigger GitHub workflows, requires a PAT
25+
token: ${{ secrets.GITHUB_TOKEN }}
2626
# changelog-notes-type: github
2727
# prerelease: true
2828
include-v-in-tag: true

0 commit comments

Comments
 (0)