Skip to content

Commit

Permalink
trying to filter tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeady committed May 6, 2020
1 parent f0cb2be commit 1bf1962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-osx.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- '*'

jobs:
goreleaser:
Expand All @@ -22,6 +23,7 @@ jobs:
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 1bf1962

Please sign in to comment.