We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01158f8 commit 9a9995aCopy full SHA for 9a9995a
.github/workflows/release.yml
@@ -25,4 +25,7 @@ jobs:
25
env:
26
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}
27
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28
- run: semantic-release publish --${{ github.event.inputs.release }} -v DEBUG
+ run: |
29
+ git config --global user.email "factor.pricing.model@gmail.com"
30
+ git config --global user.name "Factor Pricing Model"
31
+ semantic-release publish --${{ github.event.inputs.release }} -v DEBUG
0 commit comments