mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
13 lines
263 B
YAML
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>" |