Skip to content

chore: replace webpack with vite based tooling (#72) #3

chore: replace webpack with vite based tooling (#72)

chore: replace webpack with vite based tooling (#72) #3

# .github/workflows/release-please.yml
# This workflow handles the release-please system that manages releasing new versions.
# See: https://github.com/googleapis/release-please
name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
default-branch: main