Skip to content

Commit

Permalink
Merge pull request #14 from dbecorp/buildit
Browse files Browse the repository at this point in the history
Try this gh action?
  • Loading branch information
jakthom authored Oct 21, 2024
2 parents 1d5e641 + 862769e commit 04e5f0f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -53,10 +53,14 @@ jobs:
git config user.email "[email protected]"
git config user.name "$GITHUB_ACTOR"
- name: GoReleaser
uses: goreleaser/goreleaser-action@v4
- name: Set up Go
uses: actions/setup-go@v5

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 04e5f0f

Please sign in to comment.