Skip to content

Commit 90f0ebe

Browse files
committed
Add $ to variables.
1 parent 7d1e40f commit 90f0ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run: ./gradlew build
1818
working-directory: ${{github.workspace}}
1919
- name: Publish
20-
run: ./gradlew publishPlugins -Pgradle.publish.key={{secrets.PLUGIN_PORTAL_KEY}} -Pgradle.publish.secret={{secrets.PLUGIN_PORTAL_SECRET}}
20+
run: ./gradlew publishPlugins -Pgradle.publish.key=${{secrets.PLUGIN_PORTAL_KEY}} -Pgradle.publish.secret=${{secrets.PLUGIN_PORTAL_SECRET}}
2121
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)