From 77bdde8d0e13990e77786adb70be6905c26d3cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Sun, 14 Aug 2022 22:53:42 +0800 Subject: [PATCH] chore: manually trigger release actions --- .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 5963075..9b38768 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,9 @@ -name: Release HackBrowserData +name: Release on: push: - branches: - - master + tags: + - "*" + workflow_dispatch: jobs: build: @@ -15,7 +16,7 @@ jobs: - name: Use Golang uses: actions/setup-go@v1 with: - go-version: "1.18" + go-version: "1.19" - name: Build with xgo