File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments