Skip to content

Commit 15f8956

Browse files
committed
fix: semantic release
1 parent 66b3094 commit 15f8956

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
run: npx semantic-release
40+
41+
- name: Print Res
42+
run: |
43+
cd dist/apps/generator-cli
44+
ls -la
45+
cat package.json

0 commit comments

Comments
 (0)