Skip to content

Commit 0ba6095

Browse files
committed
Do not try to publish obfex
1 parent 9ab7829 commit 0ba6095

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
@@ -39,7 +39,7 @@ jobs:
3939
echo "GRADLE_USER_HOME=$HOME/.gradle" >> "$GITHUB_ENV"
4040
echo "mcdev.deploy.token=${JETBRAINS_TOKEN}" > ~/.gradle/gradle.properties
4141
- name: Publish plugin
42-
run: ./gradlew clean publishPlugin --no-daemon --stacktrace
42+
run: ./gradlew clean :publishPlugin --no-daemon --stacktrace
4343
- name: Get tag name
4444
id: get_tag
4545
shell: bash

0 commit comments

Comments
 (0)