Skip to content

Commit b64d235

Browse files
committed
chore: Remove debug logs from CI config
1 parent 0350534 commit b64d235

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
22-
- name: Debug
23-
run: |
24-
git log --tags
2522
- name: Cache node modules
2623
uses: actions/cache@v1
2724
with:
@@ -57,7 +54,7 @@ jobs:
5754
env:
5855
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5956
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60-
run: npx semantic-release --debug
57+
run: npx semantic-release
6158
- name: Generate docs
6259
run: |
6360
npm run generate-docs

0 commit comments

Comments
 (0)