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 e5272e4 commit 01b3042Copy full SHA for 01b3042
.github/workflows/build-release.yml
@@ -24,10 +24,8 @@ jobs:
24
run: npm run build
25
26
- name: Commit changes
27
- uses: EndBug/add-and-commit@v2.1.1
+ uses: EndBug/add-and-commit@v2.2.0
28
with:
29
- author_name: Federico Grandi
30
- author_email: [email protected]
31
force: true
32
message: "[auto] Update compiled version"
33
path: lib
.github/workflows/build.yml
0 commit comments