Skip to content

Commit

Permalink
Checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Staal committed Feb 6, 2024
1 parent 227f9a5 commit 01a400d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
go-version: 1.18

- name: Git checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: Build
run: |
LATEST_TAG=$(git describe --tags)
Expand Down

0 comments on commit 01a400d

Please sign in to comment.