Skip to content

Commit

Permalink
Auto commit dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk authored Jan 4, 2024
1 parent 883a517 commit aedeb40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write

strategy:
matrix:
node-version: [18.x]
Expand All @@ -28,3 +31,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Build master dist
commit_options: '--no-verify --signoff'
file_pattern: 'dist/*.js'

0 comments on commit aedeb40

Please sign in to comment.