File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 mkdir -p ~/.gradle/
3434 echo "GRADLE_USER_HOME=$HOME/.gradle" >> "$GITHUB_ENV"
3535 echo "mcdev.deploy.token=${JETBRAINS_TOKEN}" > ~/.gradle/gradle.properties
36- echo -e '\nmcdev .sentry.token=${SENTRY_TOKEN}\n' >> ~/.gradle/gradle.properties
37- echo -e '\norg .gradle.jvmargs=-Xmx4G\n' >> ~/.gradle/gradle.properties
36+ echo "mcdev .sentry.token=${SENTRY_TOKEN}" >> ~/.gradle/gradle.properties
37+ echo "org .gradle.jvmargs=-Xmx4G" >> ~/.gradle/gradle.properties
3838 - name : Get tag name
3939 id : get_tag
4040 shell : bash
5353 SENTRY_URL : https://sentry.mcdev.io
5454 with :
5555 environment : production
56- version : ${{ steps.get_tag.outputs.release }}
56+ release : ${{ steps.get_tag.outputs.release }}
5757 - name : Publish plugin
5858 run : ./gradlew clean :sentryUploadSourceBundleJava :publishPlugin --stacktrace
5959 - name : Create GitHub Release
You can’t perform that action at this time.
0 commit comments