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 0713b0d commit 6e44432Copy full SHA for 6e44432
.github/workflows/release.yml
@@ -23,10 +23,14 @@ jobs:
23
run: yarn install
24
- name: Build package
25
run: yarn run build
26
+ - name: list files in dist
27
+ run: |
28
+ sudo apt-get install tree
29
+ tree dist
30
- name: Install semantic release
31
run: yarn add -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
32
- name: Semantic Release
- run: npx semantic-release
33
+ run: npx semantic-release --debug
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments