Skip to content

Commit

Permalink
fix(ci): test release
Browse files Browse the repository at this point in the history
  • Loading branch information
qloog committed May 6, 2023
1 parent 8669c99 commit 017c47e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Unshallow
run: git fetch --prune --unshallow
- name: Git fetch
run: git fetch --force --tags

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -29,6 +29,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: ${{ github.ref_name }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}

0 comments on commit 017c47e

Please sign in to comment.