Skip to content

Commit

Permalink
fix: improve ci
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Feb 24, 2021
1 parent c7824ae commit 7cf8b73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/goreleaser.yml
@@ -1,12 +1,14 @@
name: goreleaser

on:
pull_request:
push:
tags:
- v*

jobs:
goreleaser:
runs-on: ubuntu-latest
needs: [build, lint]
steps:
-
name: Checkout
Expand All @@ -23,4 +25,3 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --skip-publish --skip-sign --rm-dist

0 comments on commit 7cf8b73

Please sign in to comment.