Skip to content

Commit

Permalink
fix: npm package not being published automatically on CI pipeline. (#156
Browse files Browse the repository at this point in the history
)
  • Loading branch information
elribonazo committed May 7, 2024
1 parent 4b2bbb2 commit aaa7a65
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 aaa7a65

Please sign in to comment.