From a517c49fd7f4216e6838146cca70647d8dd0017a Mon Sep 17 00:00:00 2001 From: Nicolas BRIERE Date: Wed, 7 Aug 2024 13:31:23 +0200 Subject: [PATCH] ci: add release please CI --- .github/workflows/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..b7a3c21 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,11 @@ +name: "Release" + +on: + workflow_dispatch: + push: + tags: + - '*' + +jobs: + github-release: + uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v4 \ No newline at end of file