From ca022a73780740f51a62d99afb7e40e664a6086c Mon Sep 17 00:00:00 2001 From: dlsrks1021 Date: Fri, 11 Jul 2025 12:04:11 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20feat:=20GitHub=20Action=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20Release=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 15 +++++++++++++++ 1 file changed, 15 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 00000000..cac4337a --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,15 @@ +name: release +on: + push: + branches: + - main + pull_request: + types: + - labeled + +jobs: + release: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: haya14busa/action-bumpr@v1