Skip to content

chore: treat warning as info (#51) #12

chore: treat warning as info (#51)

chore: treat warning as info (#51) #12

Workflow file for this run

name: dist
on:
push:
branches:
- master
jobs:
update:
permissions:
contents: write
runs-on: ubuntu-22.04
name: Commit Dist
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn build
- name: Commit updated dist
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update dist
file_pattern: dist/