Skip to content

Commit a9ba25a

Browse files
committed
Merge branch '2025.2' into 2025.3
2 parents 95d6211 + 048ec62 commit a9ba25a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
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
@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)