Skip to content

Commit 70e337f

Browse files
committed
feat(config): semantic release debug
1 parent b8459ee commit 70e337f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Release-time-tracker-ui.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '12.x'
1717
- name: Install dependencies
1818
run: npm install
19-
# - name: Run Semantic-release
20-
# env:
21-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
# run: npx semantic-release
19+
- name: Run Semantic-release
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
run: npx semantic-release

0 commit comments

Comments
 (0)