diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7af1cbe..49a8043 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,14 @@ jobs: git pull --tags semantic-release ${{ github.ref_name }} git fetch semantic-release 'refs/notes/*:refs/notes/*' # semantic-release tracks channels with notes + - name: git version diagnostic + run: | + set +x + git tag --list + ls -l .git/refs/notes + cat .git/refs/notes/semantic-release + false + ### macOS setup - name: "macOS: Setup keys for Fastlane"