ci: recognize contributors in releases (#10003)

This commit is contained in:
Amr Bashir 2024-07-12 15:02:26 +03:00 committed by GitHub
parent ba9590aa92
commit 2c076d63d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -18,3 +18,5 @@ jobs:
id: covector id: covector
with: with:
command: 'status' command: 'status'
token: ${{ secrets.GITHUB_TOKEN }}
comment: true

View File

@ -87,9 +87,10 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}
CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }} CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
with: with:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish' command: 'version-or-publish'
token: ${{ secrets.GITHUB_TOKEN }}
createRelease: true createRelease: true
recognizeContributors: true
- name: Create Pull Request With Versions Bumped - name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version' if: steps.covector.outputs.commandRan == 'version'