From 107438774470ea6932ddddc4f7f737005c05766b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Segovia=20C=C3=B3rdoba?= Date: Tue, 13 Feb 2024 20:48:01 +0100 Subject: [PATCH] Remove unnecessary input in publish workflows --- .github/workflows/publish-kotlin-tag-c.yaml | 1 - .github/workflows/publish-kotlin-tag-p.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/publish-kotlin-tag-c.yaml b/.github/workflows/publish-kotlin-tag-c.yaml index 2d0e26c90b..e0715837f4 100644 --- a/.github/workflows/publish-kotlin-tag-c.yaml +++ b/.github/workflows/publish-kotlin-tag-c.yaml @@ -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 diff --git a/.github/workflows/publish-kotlin-tag-p.yaml b/.github/workflows/publish-kotlin-tag-p.yaml index da1a9d731a..6299a8562c 100644 --- a/.github/workflows/publish-kotlin-tag-p.yaml +++ b/.github/workflows/publish-kotlin-tag-p.yaml @@ -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