Skip to content

Commit

Permalink
ci: next try to fix semantic-release
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Feb 10, 2025
1 parent 56a601d commit c9e77a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

name: publish-docker
on:
# Run on main branch commits
push:
# Run on main branch commits
branches: [main]
# Run after a release is created
release:
types: [published]
# Run after a release is created
tags:
- "v*"
# Allow manual triggers
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@semantic-release/git",
{
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
Expand Down

0 comments on commit c9e77a0

Please sign in to comment.