Use add-and-commit@v4.0.0

This commit is contained in:
Federico Grandi
2020-03-03 19:42:01 +01:00
parent 06fd39b8b7
commit 79fa1f9f98

View File

@@ -5,6 +5,7 @@ on:
- dist - dist
paths: paths:
- src/** - src/**
- .github/workflows/build.yml
jobs: jobs:
build: build:
@@ -26,11 +27,10 @@ jobs:
run: npm run build run: npm run build
- name: Commit changes - name: Commit changes
uses: EndBug/add-and-commit@v2 uses: EndBug/add-and-commit@v4.0.0
with: with:
force: true
message: "[auto] Update compiled version" message: "[auto] Update compiled version"
path: lib add: lib
pattern: "*.js" force: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}