Skip to content

Commit 9d3eee3

Browse files
authored
Merge pull request #51 from Adrianmjim/fix/deprecated-github-variables-use
fix(ci): fix versions of repo
2 parents 82d61ec + eb855b0 commit 9d3eee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.name "${{ github.event.sender.login }}"
3838
3939
- name: Create changelog
40-
run: conventional-changelog -p conventionalcommits -s -r 0
40+
run: conventional-changelog -p conventionalcommits -r 0
4141

4242
- name: Apply standard-version
4343
run: |

0 commit comments

Comments
 (0)