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