Skip to content

Commit

Permalink
fix: 🩹 fix workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
realashleybailey committed Nov 14, 2023
1 parent d1ae8be commit 268aeeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@ on:
- "beta"
paths-ignore:
- "**.md"
# - "**/.github/**"
- "**/.vscode/**"
- "**/.husky/**"
- "**/.idea/**"
- "**/.gitignore"
- "**/.gitattributes"
- "**/.prettierrc"
- "**/.eslintrc"
- "**/.eslintignore"
- "**/.nvmrc"
- "**/.npmrc"
- "./latest"
- "**/.github/**"
- "**/.*/**"
- "**/.*"
- "**/latest"
- "**/CHANGELOG.md"
- "**/CHANGELOG-beta.md"
- "./scripts/**"
- "./release.config.cjs"
workflow_dispatch: {}
Expand Down
5 changes: 1 addition & 4 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ const config = {
["@semantic-release/exec", {
prepareCmd: "echo \"${nextRelease.version}\" > latest",
}],
["@semantic-release/git", {
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
}],
["@semantic-release/git", {
assets: [
"CHANGELOG.md",
"CHANGELOG-beta.md",
"latest"
],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
}],
"@wizarrrr/semantic-release-discord",
["@wizarrrr/semantic-release-sentry-releases", {
Expand Down

0 comments on commit 268aeeb

Please sign in to comment.