Skip to content

Commit 39c6b2b

Browse files
fix: update CI workflow configuration
1 parent 8a56ce3 commit 39c6b2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
- name: Build project
101101
run: npm run build
102102

103-
- name: Semantic Release
104-
run: npx semantic-release
105-
env:
106-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
103+
# - name: Semantic Release
104+
# run: npx semantic-release
105+
# env:
106+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)