Skip to content

Commit e7dfc3f

Browse files
chore: removed debug repository information
1 parent b85ed31 commit e7dfc3f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@ 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"'
10296
- name: Publish to npm
10397
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
10498
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}

0 commit comments

Comments
 (0)