Skip to content

Commit 77bdde8

Browse files
authored
chore: manually trigger release actions
1 parent 05957c1 commit 77bdde8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: Release HackBrowserData
1+
name: Release
22
on:
33
push:
4-
branches:
5-
- master
4+
tags:
5+
- "*"
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -15,7 +16,7 @@ jobs:
1516
- name: Use Golang
1617
uses: actions/setup-go@v1
1718
with:
18-
go-version: "1.18"
19+
go-version: "1.19"
1920

2021
-
2122
name: Build with xgo

0 commit comments

Comments
 (0)