Files
cli/.github/workflows/release-please.yml
2022-07-07 21:12:08 +05:30

13 lines
263 B
YAML

name: Release
on:
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
--signoff: "EvolutionX-10 <evolutionx9777@gmail.com>"