chore: manually trigger release actions

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-08-14 22:53:42 +08:00
committed by GitHub
parent 05957c1bb2
commit 77bdde8d0e
+5 -4
View File
@@ -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