Skip to content

Commit

Permalink
fix: npm package not being published automatically on CI pipeline.
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Apr 30, 2024
1 parent 972255d commit fdbae7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ plugins:
- "@semantic-release/release-notes-generator"
- [ "@semantic-release/changelog", { changelogFile: "CHANGELOG.md" } ]
- "gradle-semantic-release-plugin"
- [ '@semantic-release/exec', {
prepareCmd: './gradlew :apollo:publishJsPackageToNpmjsRegistry' } ]
- [ '@semantic-release/exec', {
prepareCmd: './gradlew :apollo:createSwiftPackage' } ]
- [ '@semantic-release/exec', {
Expand Down

0 comments on commit fdbae7d

Please sign in to comment.