Skip to content

Commit c385776

Browse files
committed
Fix typo
1 parent 73adb48 commit c385776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
GRAILS_PUBLISH_RELEASE: 'false'
5757
MAVEN_PUBLISH_USERNAME: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
5858
MAVEN_PUBLISH_PASSWORD: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
59-
MAVEN_PUBLISH_URL: $${{ secrets.MAVEN_PUBLISH_SNAPSHOT_URL }}
59+
MAVEN_PUBLISH_URL: ${{ secrets.MAVEN_PUBLISH_SNAPSHOT_URL }}
6060
run: ./gradlew publish
6161
- name: "📖 Generate Snapshot Documentation"
6262
if: ${{ hashFiles('src/main/asciidoc/**') != '' }}

0 commit comments

Comments
 (0)