Skip to content

Commit

Permalink
Update release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 2, 2024
1 parent ad1f69b commit a56dd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
id: release
run: |
./gradlew release -PreleaseMode -Pscripts.version=${{env.SCRIPTS_VERSION}} \
-PgithubUserName=${{secrets.GH_USER_ORG}} -PgithubToken=${{secrets.GH_TOKEN_ORG}} \
-Pbom.version=${{env.BOM_VERSION}} -Pmigrations.version=${{env.MIGRATIONS_VERSION}} \
-PgithubUserName=${{env.GH_USER_NAME}} -PgithubToken=${{secrets.GITHUB_TOKEN}} \
-PgpgPassphrase=${{secrets.GPG_PASSPHRASE}} -PgpgPrivateKey="${{secrets.GPG_PRIVATE_KEY}}" \
-Prelease.releaseVersion=${{env.RELEASE_VERSION}}

0 comments on commit a56dd79

Please sign in to comment.