We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a7352 + eb74b98 commit e127758Copy full SHA for e127758
1 file changed
.github/workflows/publish.yml
@@ -32,12 +32,18 @@ jobs:
32
- name: Install Dependencies
33
run: npm ci
34
35
+ - name: Config Git
36
+ run: |
37
+ git config user.name github-actions
38
+ git config user.email github-actions@github.com
39
+
40
- name: ReleaseIt
41
run: npm run release
42
43
release:
44
name: Publish
45
runs-on: ubuntu-latest
46
+ needs: bump
47
steps:
48
- name: Checkout
49
uses: actions/checkout@v3
0 commit comments