2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

chore(ci): improved contributors list generator; (#5443)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-07 02:40:08 +02:00
committed by GitHub
parent 145df40e44
commit f6b480912e
4 changed files with 75 additions and 26 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPE_ARG: ${{ fromJSON('{"auto":"", "patch":"--patch", "minor":"--minor", "major":"--major"}')[github.event.inputs.type] }}
BETA_ARG: ${{ github.event.inputs.beta == 'true' && '--preRelease=beta' || '' }}
run: npm run release -- --ci --verbose $TYPE_ARG $BETA_ARG
run: npm run release -- --ci --no-git --verbose $TYPE_ARG $BETA_ARG
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@main