Skip to content

Commit 8e5c344

Browse files
committed
Remove publish to repo
1 parent 97aebe5 commit 8e5c344

2 files changed

Lines changed: 0 additions & 55 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,6 @@ jobs:
5959
name: StationofdoomPlugin
6060
path: build/libs
6161

62-
publishToRegistry:
63-
runs-on: ubuntu-latest
64-
needs: [build, paths-filter]
65-
if: ${{ github.ref == 'refs/heads/master' && needs.paths-filter.outputs.output1 == 'true' }}
66-
steps:
67-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68-
- name: Set up JDK 21
69-
uses: actions/setup-java@v4.7.1
70-
with:
71-
java-version: 21
72-
distribution: 'adopt'
73-
cache: gradle
74-
- name: Validate Gradle wrapper
75-
uses: gradle/actions/wrapper-validation@v4.3.1
76-
- name: Set env variables
77-
run: |
78-
echo "REPOSILITE_USER=${{ secrets.REPOSILITE_USER }}" >> $GITHUB_ENV
79-
echo "REPOSILITE_PW=${{ secrets.REPOSILITE_PW }}" >> $GITHUB_ENV
80-
- name: Publish
81-
run: |
82-
./gradlew publish -PtargetRepo=snapshots
83-
env:
84-
MAVEN_USERNAME: ${{ secrets.REPOSILITE_USER }}
85-
MAVEN_PASSWORD: ${{ secrets.REPOSILITE_PW }}
86-
8762
releaseJar:
8863
runs-on: ubuntu-latest
8964
needs: [createJar, paths-filter]

.github/workflows/repo.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)