Skip to content

Commit

Permalink
Merge pull request #105 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 6.8.2 -- add crucial steps to the release job
  • Loading branch information
briskt authored Apr 10, 2024
2 parents 895ef48 + a94b878 commit 32162f0
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 32162f0

Please sign in to comment.