mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-25 12:52:13 +00:00
14 lines
No EOL
266 B
YAML
14 lines
No EOL
266 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
name: release-please
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v3
|
|
with:
|
|
release-type: node
|
|
package-name: "@lampajr/bper" |