Skip to content

chore(deps): bump the npm_and_yarn group with 4 updates (#1198) #589

chore(deps): bump the npm_and_yarn group with 4 updates (#1198)

chore(deps): bump the npm_and_yarn group with 4 updates (#1198) #589

Workflow file for this run

name: Update dist files
on:
push:
branches:
- main
jobs:
update-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- run: yarn install
- run: yarn build
- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: dist/**
add_options: -u --force
commit_message: 'chore(dist): Update dist [automated commit]'
commit_user_name: Pulumi Bot
commit_user_email: pulumi-bot@users.noreply.github.com