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 b8459ee commit 70e337fCopy full SHA for 70e337f
.github/workflows/Release-time-tracker-ui.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '12.x'
17
- name: Install dependencies
18
run: npm install
19
- # - name: Run Semantic-release
20
- # env:
21
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- # run: npx semantic-release
+ - name: Run Semantic-release
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: npx semantic-release
0 commit comments