Skip to content

Commit

Permalink
ci: debug semantic-release-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 6, 2023
1 parent e46843e commit b7a087f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7a087f

Please sign in to comment.