From 4031ed20f4734b2cb175e7ad3ff12c4fffeb42ca Mon Sep 17 00:00:00 2001 From: Bjarne Koll Date: Wed, 18 Dec 2024 02:33:00 +0100 Subject: [PATCH] Revert "also deploy this branch" This reverts commit bb6411f3e44a20f09a109fbcfd2c9ce0c5474586. --- .github/workflows/deploy-snapshot.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index c19ebcb..532901c 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -1,7 +1,7 @@ name: Deploy Snapshot on: push: - branches: [ 'main', 'feature/method-at-inheritance' ] + branches: [ 'main' ] jobs: deploy: diff --git a/gradle.properties b/gradle.properties index 02eb4af..c662a82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.papermc.jst -version=1.0.68-inheritance-SNAPSHOT +version=1.0.68-SNAPSHOT intellij_version=233.11799.300 jetbrains_annotations_version=24.1.0