From 5a24ae4819d2cb3b0d5db0d69d53b951bd3c1338 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Thu, 7 Jul 2022 21:12:08 +0530 Subject: [PATCH] ci: new workflow release --- .github/workflows/release-please.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 0000000..7e3ad9f --- /dev/null +++ b/.github/workflows/release-please.yml @@ -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 " \ No newline at end of file