Skip to content

Commit

Permalink
fix: added checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny-Knighten committed Nov 5, 2023
1 parent 751d3ba commit 5efa4fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/semantic-release-versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
needs:
- on-build-and-test-success
steps:

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 5efa4fd

Please sign in to comment.