Skip to content

Commit

Permalink
ci: recognize contributors in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jun 6, 2024
1 parent 55ba557 commit 3c7b54b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
id: covector
with:
command: 'status'
token: ${{ secrets.GITHUB_TOKEN }}
comment: true
4 changes: 3 additions & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: "version-or-publish"
token: ${{ secrets.GITHUB_TOKEN }}
createRelease: true
recognizeContributors: true

- name: Create Pull Request With Versions Bumped
id: cpr
uses: tauri-apps/create-pull-request@v3
Expand Down

0 comments on commit 3c7b54b

Please sign in to comment.