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 e9de092 commit 4098d74Copy full SHA for 4098d74
1 file changed
.github/workflows/create-release.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
node-version: 18
27
- run: yarn && yarn build
28
+ - run: git config --global user.name "${{ github.actor }}"
29
+ - run: git config --global user.email "github-action-${{ github.actor }}@users.noreply.github.com"
30
- name: 'change version'
31
uses: reedyuk/npm-version@1.1.1
32
0 commit comments