Skip to content

Update bump-tag.yml

Update bump-tag.yml #3

Workflow file for this run

name: Build
on:
push:
branches:
- 'default'
- 'v[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- uses: EndBug/add-and-commit@v9
with:
add: dist
message: Rebuild (automated)