diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e2a6447..7c2ad43 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -14,7 +14,7 @@ jobs: ref: refs/heads/main token: ${{ secrets.GITHUB_TOKEN }} fetch-tags: true - fetch-depth: 0 + # fetch-depth: 0 # - name: stinky but # run: git sparse-checkout disable; git checkout origin/main - name: deepen tree @@ -23,4 +23,6 @@ jobs: # run: git checkout --progress --force -B main refs/remotes/origin/main - name: Get git describe for prerelease id: describe - run: echo "tagname=pre-$(git describe --tags)" >> $GITHUB_OUTPUT \ No newline at end of file + run: echo "tagname=pre-$(git describe --tags)" >> $GITHUB_OUTPUT + - name: show describe + run: echo ${{ steps.describe.outputs.tagname }} \ No newline at end of file