Skip to content

Commit

Permalink
ci: fix invalid environment variables (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori authored Jan 22, 2024
1 parent c3b75a2 commit 969299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ plugins:
- changelogFile: "docs/CHANGELOG.md"
- - "@semantic-release/exec"
- publishCmd: "
export ORG_GRADLE_PROJECT_github.token='${process.env.GITHUB_TOKEN}';
export GITHUB_TOKEN='${process.env.GITHUB_TOKEN}';
export ORG_GRADLE_PROJECT_signingKey='${process.env.GRADLE_SIGNING_KEY}';
export ORG_GRADLE_PROJECT_signingPassword='${process.env.GRADLE_SIGNING_PASSWORD}';
export ORG_GRADLE_PROJECT_sonatypePassword='${process.env.GRADLE_SONATYPE_PASSWORD}';
Expand Down

0 comments on commit 969299c

Please sign in to comment.