diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9b4762..6ba4ac4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,6 +100,8 @@ jobs: outputs: tag_name: ${{ steps.set_tag.outputs.tag_name }} steps: + - uses: actions/checkout@v4 + - name: Determine next semantic version tag id: set_tag run: |