Skip to content

Commit 9a5e595

Browse files
committed
chore(ci): Fix create release
1 parent e239b67 commit 9a5e595

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
git config --global user.name "${{ github.event.sender.login }}"
3838
3939
- name: Apply standard-version
40-
run: standard-version -t "" --no-verify
40+
run: |
41+
ls
42+
standard-version -t "" --no-verify
4143
4244
- name: Get new version
4345
id: version

0 commit comments

Comments
 (0)