Skip to content

Commit

Permalink
ci: do not skip ci on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Duell10111 committed Oct 19, 2024
1 parent 0b68b52 commit 52cbf12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ plugins:
- changelogFile: "CHANGELOG.md"
- - "@semantic-release/git"
- assets: [ "CHANGELOG.md", "package.json", "package-lock.json" ]
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
- '@semantic-release/github'

npmPublish: false
1 change: 1 addition & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
[
"@react-native-tvos/config-tv",
{
"isTV": true,
"showVerboseWarnings": false,
"tvosDeploymentTarget": "13.4",
"removeFlipperOnAndroid": false,
Expand Down

0 comments on commit 52cbf12

Please sign in to comment.