Skip to content

Commit

Permalink
Remove unnecessary input in publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Feb 13, 2024
1 parent c3d768c commit 1074387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-kotlin-tag-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ jobs:
gradle-args-build: '--exclude-task spotlessCheck'
gradle-args-publish-maven-central: '-P publishing.sign=true'
changelog-file: 'hubdle-version-catalog/CHANGELOG.md'
tag-prefix-regex: '[c]*'
restore-kotlin-native-cache: false
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/publish-kotlin-tag-p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
publish-gradle-plugin-portal: true
gradle-args-build: '--exclude-task spotlessCheck'
gradle-args-publish-maven-central: '-P publishing.sign=true'
tag-prefix-regex: '[p]*'
restore-kotlin-native-cache: false
secrets: inherit

0 comments on commit 1074387

Please sign in to comment.