Skip to content

Commit

Permalink
build: fixed error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
siredmar committed Jul 7, 2023
1 parent 0d63aaf commit fe6e309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ jobs:
#!/bin/bash
set -e
npm install @semantic-release/exec @semantic-release/git semantic-release-helm3 -D
# the ... || true is to prevent the script from failing caused by a bug in semantic-release regarding
# rate limit changes on github. See https://github.com/semantic-release/github/pull/487
npx -c semantic-release
12 changes: 7 additions & 5 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
]
]
}

0 comments on commit fe6e309

Please sign in to comment.