mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-24 20:32:14 +00:00
set github user for versioning commit
This commit is contained in:
parent
0abd794390
commit
a542b0e748
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
- run: git config --global user.name "Github" && git config --global user.email "noreply@github.com"
|
||||||
- run: npm version ${{ inputs.version }} -m "${{ inputs.message }}"
|
- run: npm version ${{ inputs.version }} -m "${{ inputs.message }}"
|
||||||
- run: npm install && npm publish --access public
|
- run: npm install && npm publish --access public
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue