We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cd592 commit 971631dCopy full SHA for 971631d
.github/workflows/CI-time-tracker-ui.yml
@@ -9,10 +9,10 @@ on:
9
10
jobs:
11
# security-audit:
12
- # name: Running npm audit
13
- # runs-on: ubuntu-latest
14
- # timeout-minutes: 60
15
- # steps:
+ # name: Running npm audit
+ # runs-on: ubuntu-latest
+ # timeout-minutes: 60
+ # steps:
16
# # - name: Clone and checkout branch
17
# # uses: actions/checkout@master
18
@@ -65,6 +65,9 @@ jobs:
65
66
# - name: Run the test
67
# run: npm run ci-test --if-present
68
+
69
70
71
- name: Run Semantic-release
72
run: npx semantic-release
73
env:
0 commit comments