Skip to content

Commit b6fc31e

Browse files
committed
Allow errors during publication, e.g. for re-pubs.
1 parent 3561c90 commit b6fc31e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
run: gradle validatePlugins --no-daemon
123123

124124
- name: Publish to Maven Central (Sonatype)
125+
continue-on-error: true
125126
env:
126127
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
127128
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
@@ -133,6 +134,7 @@ jobs:
133134
-Psigning.password="$SIGNING_PASSWORD"
134135
135136
- name: Publish to Gradle Plugin Portal
137+
continue-on-error: true
136138
env:
137139
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
138140
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradle NuGet Plugin
22

3-
> **Note:** This is a fork of the original [gradle-nuget-plugin](https://github.com/Ullink/gradle-nuget-plugin) by Itiviti/Ullink, updated for **Gradle 9 compatibility** and published under the `de.inetsoftware` group ID.
3+
> **Note:** This is a fork of the original [gradle-nuget-plugin](https://github.com/Ullink/gradle-nuget-plugin) by Itiviti, updated for **Gradle 9 compatibility** and published under the `de.inetsoftware` group ID.
44
55
> **Disclaimer:** Most of the changes in this fork, including Gradle 8/9 compatibility fixes and cross-platform improvements, were created with the assistance of Cursor AI. While the code has been tested and verified, please review changes carefully before using in production environments.
66

0 commit comments

Comments
 (0)