From 616c35f9383ec6a642eb4e90690559f06aad5555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=AC=EC=8A=B9=EC=9A=A9?= Date: Thu, 14 May 2020 14:46:03 +0900 Subject: [PATCH] =?UTF-8?q?ci=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae07c701..a110f9c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,13 @@ name: Release on: - push: - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + release: + types: [created] -jobs: +env: + GITHUB_TOKEN: ${{ github.token }} +jobs: build: name: Build runs-on: ubuntu-latest