git-backporting/.github/workflows/release-please.yml
Andrea Lamparelli 6ed41b245d ci: automatic dist folder generation
Release-As: 2.0.1
2023-01-05 13:00:53 +01:00

15 lines
No EOL
269 B
YAML

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
package-name: "@lampajr/bper"