Skip to content

Commit

Permalink
add checkout step to goreleaser test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafibarash committed Sep 5, 2024
1 parent 32dfcb9 commit dc1ce54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
goreleaser-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
- name: Build GoReleaser
Expand Down

0 comments on commit dc1ce54

Please sign in to comment.