Skip to content

Commit

Permalink
the release job needs checkout and setup-go also
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Apr 10, 2024
1 parent 5f42617 commit a94b878
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
needs: test
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Fetch all tags
run: git fetch --force --tags

Expand Down

0 comments on commit a94b878

Please sign in to comment.