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