Skip to content

Commit 3f95448

Browse files
added Debug repository information to try to trace build failing error
1 parent 0ef8639 commit 3f95448

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ jobs:
9393
run: npm --version
9494
- name: Check npm configuration
9595
run: npm config list
96+
- name: Debug repository information
97+
run: |
98+
echo "GitHub Repository: ${{ github.repository }}"
99+
echo "GitHub Repository Owner: ${{ github.repository_owner }}"
100+
echo "GitHub Repository Name: ${{ github.event.repository.name }}"
101+
cat package.json | grep -A 2 '"repository"'
96102
- name: Publish to npm
97103
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
98104
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}

0 commit comments

Comments
 (0)