Skip to content

Commit 7f1a0e1

Browse files
authored
fix: modify
1 parent d7a0a68 commit 7f1a0e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
9898
run: |
99-
echo "${{ secrets.GH_TOKEN }}" | gh auth login --with-token
99+
gh auth status
100+
101+
102+
100103
101104
- name: Prepare Release with Semantic Release
102105
id: release

0 commit comments

Comments
 (0)