We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a7768 commit 381770cCopy full SHA for 381770c
.github/workflows/Deploy.yml
@@ -20,6 +20,8 @@ jobs:
20
registry-url: "https://registry.npmjs.org"
21
22
- run: |
23
+ git config --global user.email "[email protected]"
24
+ git config --global user.name "CI"
25
git commit --allow-empty -m "feat(deploy): Release a new version"
26
27
- uses: tobua/release-npm-action@v3
0 commit comments