Skip to content

Commit

Permalink
Set correct goreleaser version and run on push (#267)
Browse files Browse the repository at this point in the history
Set the correct goreleaser version with v prefix
and enable run the pipeline on every push
  • Loading branch information
mlsmaycon authored Mar 14, 2022
1 parent 1660a91 commit 3a69f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/golang-test-build.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- 'v*'
branches:
- main
pull_request:

jobs:
release:
Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: 1.6.3
version: v1.6.3
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3a69f33

Please sign in to comment.