Skip to content

Commit

Permalink
[ADDED] Go Releaser with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarLlamas6 committed Jul 1, 2022
1 parent ab991f0 commit 6dc3a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
if: success() && startsWith(github.ref, 'refs/tags/')
#if: success() && startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release -f .goreleaser.yml --rm-dist
Expand Down

0 comments on commit 6dc3a00

Please sign in to comment.