Skip to content

update changelog for 5.1.1 release (#1083) #573

update changelog for 5.1.1 release (#1083)

update changelog for 5.1.1 release (#1083) #573

Workflow file for this run

name: Update dist files
on:
push:
branches:
- main
- master
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