Skip to content

Commit

Permalink
Debug snapshot action
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Dec 16, 2023
1 parent 3e861de commit 4e63fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# PUBLISH
# ================================
- name: Publish snapshot
if: endsWith(steps.properties.outputs.version, '-SNAPSHOT')
if: endsWith(${{ steps.properties.outputs.version }}, '-SNAPSHOT')
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 4e63fbf

Please sign in to comment.