Skip to content

Commit

Permalink
chore: tag action adj
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Mar 21, 2024
1 parent 3ad9a7f commit e675526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
on:
push:
tags:
- '*'
- 'v*'

jobs:
publish:
Expand Down
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ kotlin {

afterEvaluate {
mavenPublishing {
var mavenCentralUsername: String by extra { getEnvOrLocalProperty("OSSRH_USERNAME", "") }
var mavenCentralPassword: String by extra { getEnvOrLocalProperty("OSSRH_PASSWORD", "") }
var signingInMemoryKeyId: String by extra { getEnvOrLocalProperty("SIGNING_KEYID", "") }
var signingInMemoryKey: String by extra { getEnvOrLocalProperty("SIGNING_SECRETKEYRINGFILE", "") }
var signingInMemoryKeyPassword: String by extra { getEnvOrLocalProperty("SIGNING_PASSWORD", "") }
var isRelease: Boolean by extra { getEnvOrLocalProperty("IS_RELEASE", "false") == "true" }

if (findProperty("isRelease") == true) {
signAllPublications()
}
Expand Down

0 comments on commit e675526

Please sign in to comment.