Skip to content

Commit

Permalink
ci: fix automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 5, 2023
1 parent cbb7a2e commit ceed672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: galaxy
- master
tags:
- v*
workflow_dispatch:

jobs:
galaxy:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
[
"@semantic-release/git",
{
"message": "chore: release ${nextRelease.version} [skip ci]",
"message": "chore: release ${nextRelease.version}",
"assets": ["CHANGELOG.md"]
}
],
Expand Down

0 comments on commit ceed672

Please sign in to comment.