Skip to content

Commit

Permalink
fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
narqo committed Jun 28, 2024
1 parent 660b2b2 commit 3b8563e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 10
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -41,7 +41,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: --debug
args: release --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 3b8563e

Please sign in to comment.