We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1790c commit 789ff38Copy full SHA for 789ff38
1 file changed
.github/workflows/check.yml
@@ -16,8 +16,6 @@ on:
16
required: true
17
sonatypePassword:
18
19
-# sonatypeStagingProfileId:
20
-# required: true
21
22
jobs:
23
check-update:
@@ -57,6 +55,3 @@ jobs:
57
55
SIGNING_KEY: ${{ secrets.signingKey }}
58
56
SONATYPE_USERNAME: ${{ secrets.sonatypeUsername }}
59
SONATYPE_PASSWORD: ${{ secrets.sonatypePassword }}
60
-# SONATYPE_STAGING_PROFILE_ID: ${{ secrets.sonatypeStagingProfileId }}
61
-
62
0 commit comments