Skip to content

Commit 33d0a08

Browse files
committed
Fix workflows
1 parent 5277b29 commit 33d0a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm run build
2525

2626
- name: Commit changes
27-
uses: EndBug/[email protected].0
27+
uses: EndBug/[email protected].1
2828
with:
2929
author_name: Federico Grandi
3030
author_email: [email protected]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm run build
2525

2626
- name: Commit changes
27-
uses: EndBug/[email protected].0
27+
uses: EndBug/[email protected].1
2828
with:
2929
author_name: Federico Grandi
3030
author_email: [email protected]

0 commit comments

Comments
 (0)