Skip to content

Commit f43c139

Browse files
committed
chore(release): Fix 1.1.0 release
1 parent 9a5e595 commit f43c139

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/create_release.yml

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

4442
- name: Get new version
4543
id: version

0 commit comments

Comments
 (0)