chore: manually trigger release actions

pull/160/head
ᴍᴏᴏɴD4ʀᴋ 2 years ago committed by GitHub
parent 05957c1bb2
commit 77bdde8d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .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

Loading…
Cancel
Save