Skip to content

Commit

Permalink
chore: add step for testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 3, 2024
1 parent 022dd10 commit 34a206e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
run: |
choco help
- name: Test GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: v1.18.2
args: build --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 34a206e

Please sign in to comment.