We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697f7a8 commit 6fd685aCopy full SHA for 6fd685a
1 file changed
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
30
31
- name: Notify Central Publisher Portal
32
- if: !contains(github.ref, 'SNAPSHOT')
+ if: contains(github.ref, 'SNAPSHOT') == false
33
run: |
34
token=$(echo -n "${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }}" | base64)
35
curl -X POST \
0 commit comments