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 8e3a153 commit 54677a9Copy full SHA for 54677a9
.github/workflows/release.yml
@@ -16,6 +16,14 @@ jobs:
16
env:
17
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18
19
+ - name: Initialize Git user
20
+ run: |
21
+ git config --global user.email "[email protected]"
22
+ git config --global user.name "Release Workflow"
23
+
24
+ - name: Log git status
25
+ run: git status
26
27
- name: Run release
28
run: npm run release --ci
29
0 commit comments