mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
ci: recognize contributors in releases (#10003)
This commit is contained in:
parent
ba9590aa92
commit
2c076d63d0
2
.github/workflows/covector-status.yml
vendored
2
.github/workflows/covector-status.yml
vendored
@ -18,3 +18,5 @@ jobs:
|
|||||||
id: covector
|
id: covector
|
||||||
with:
|
with:
|
||||||
command: 'status'
|
command: 'status'
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
comment: true
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user