Skip to content

Document "latest" version specifier (#1202) #590

Document "latest" version specifier (#1202)

Document "latest" version specifier (#1202) #590

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