Skip to content

Commit

Permalink
gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cardinalby committed Mar 12, 2024
1 parent 4d846a7 commit 227722c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: test
name: release

on:
push:
tags:
- "*.*.*"
- "v*.*.*"
workflow_dispatch:
pull_request:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

go install github.com/cardinalby/xgo-pack
go install github.com/cardinalby/xgo-pack@latest
xgo-pack build

0 comments on commit 227722c

Please sign in to comment.