Skip to content

Commit 87f5681

Browse files
committed
Release v1.2.5
1 parent d2415df commit 87f5681

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: release
22

3-
on: push
4-
# push:
5-
# branches:
6-
# - "!*"
7-
# tags:
8-
# - "v*.*.*"
3+
on:
4+
push:
5+
branches:
6+
- "!*"
7+
tags:
8+
- "v*.*.*"
99

1010
jobs:
1111
goreleaser:
1212
runs-on: ubuntu-latest
1313
container: mailchain/goreleaser-xcgo
14-
#container: bepsays/ci-goreleaser
1514
steps:
1615
-
1716
name: Checkout
@@ -25,7 +24,6 @@ jobs:
2524
with:
2625
go-version: 1.14.x
2726
- name: Install libs
28-
#gobjc++-mingw-w64 gobjc++
2927
run: apt-get install -y libpcsclite-dev libpcsclite1 pcscd
3028
-
3129
name: Run GoReleaser

0 commit comments

Comments
 (0)