Skip to content

Commit

Permalink
chore(ci): Fix create release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianmjim committed Oct 24, 2024
1 parent e239b67 commit 9a5e595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
git config --global user.name "${{ github.event.sender.login }}"
- name: Apply standard-version
run: standard-version -t "" --no-verify
run: |
ls
standard-version -t "" --no-verify
- name: Get new version
id: version
Expand Down

0 comments on commit 9a5e595

Please sign in to comment.