Skip to content

Commit

Permalink
goreleaser again
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Sep 15, 2020
1 parent d0c3935 commit 401f235
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: icy

on:
push:
branches-ignore:
- nothing-does-matter
branches:
- 'master'
tags:
- 'v*'
pull_request:

jobs:
smoke:
Expand All @@ -20,7 +23,7 @@ jobs:
make tests
goreleaser:
# if: ${{ github.ref == 'refs/heads/master' }}
if: success()
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -35,6 +38,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: v0.143.0
args: release --debug --rm-dist --skip-validate
args: --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 401f235

Please sign in to comment.