Skip to content

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taglme committed May 18, 2020
1 parent d2415df commit 87f5681
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: release

on: push
# push:
# branches:
# - "!*"
# tags:
# - "v*.*.*"
on:
push:
branches:
- "!*"
tags:
- "v*.*.*"

jobs:
goreleaser:
runs-on: ubuntu-latest
container: mailchain/goreleaser-xcgo
#container: bepsays/ci-goreleaser
steps:
-
name: Checkout
Expand All @@ -25,7 +24,6 @@ jobs:
with:
go-version: 1.14.x
- name: Install libs
#gobjc++-mingw-w64 gobjc++
run: apt-get install -y libpcsclite-dev libpcsclite1 pcscd
-
name: Run GoReleaser
Expand Down

0 comments on commit 87f5681

Please sign in to comment.