mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
ci: new workflow release
This commit is contained in:
13
.github/workflows/release-please.yml
vendored
Normal file
13
.github/workflows/release-please.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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>"
|
||||
Reference in New Issue
Block a user