Skip to content

Commit 6fd685a

Browse files
Update publish.yml (#46)
fixed syntax error
1 parent 697f7a8 commit 6fd685a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
3030

3131
- name: Notify Central Publisher Portal
32-
if: !contains(github.ref, 'SNAPSHOT')
32+
if: contains(github.ref, 'SNAPSHOT') == false
3333
run: |
3434
token=$(echo -n "${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }}" | base64)
3535
curl -X POST \

0 commit comments

Comments
 (0)