We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e40f commit 90f0ebeCopy full SHA for 90f0ebe
.github/workflows/publish.yml
@@ -17,5 +17,5 @@ jobs:
17
run: ./gradlew build
18
working-directory: ${{github.workspace}}
19
- name: Publish
20
- run: ./gradlew publishPlugins -Pgradle.publish.key={{secrets.PLUGIN_PORTAL_KEY}} -Pgradle.publish.secret={{secrets.PLUGIN_PORTAL_SECRET}}
+ run: ./gradlew publishPlugins -Pgradle.publish.key=${{secrets.PLUGIN_PORTAL_KEY}} -Pgradle.publish.secret=${{secrets.PLUGIN_PORTAL_SECRET}}
21
0 commit comments