Skip to content

Commit c36e79f

Browse files
authored
ci: recognize contributors in releases
1 parent dcc2e82 commit c36e79f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/covector-status.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
id: covector
1515
with:
1616
command: 'status'
17+
token: ${{ secrets.GITHUB_TOKEN }}
18+
comment: true

.github/workflows/covector-version-or-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
command: 'version-or-publish'
3535
createRelease: true
36+
recognizeContributors: true
37+
3638
- name: Create Pull Request With Versions Bumped
3739
id: cpr
3840
uses: tauri-apps/create-pull-request@v3

0 commit comments

Comments
 (0)