Skip to content

Commit

Permalink
Merge pull request #25 from eapolinario/add-f-release
Browse files Browse the repository at this point in the history
Add goreleaser
  • Loading branch information
eapolinario authored May 13, 2024
2 parents 82685b5 + 8c95c27 commit 38310e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/f-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ jobs:
- name: test1
run: |
echo ${GITHUB_REF#refs/tags/}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
args: release --rm-dist

0 comments on commit 38310e7

Please sign in to comment.