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 9ab7829 commit 0ba6095Copy full SHA for 0ba6095
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "GRADLE_USER_HOME=$HOME/.gradle" >> "$GITHUB_ENV"
40
echo "mcdev.deploy.token=${JETBRAINS_TOKEN}" > ~/.gradle/gradle.properties
41
- name: Publish plugin
42
- run: ./gradlew clean publishPlugin --no-daemon --stacktrace
+ run: ./gradlew clean :publishPlugin --no-daemon --stacktrace
43
- name: Get tag name
44
id: get_tag
45
shell: bash
0 commit comments