File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 java-version : ' 17'
2020 distribution : ' temurin'
2121
22- - name : Publish Plugin
23- env :
24- GRADLE_PUBLISH_KEY : ${{ vars.GRADLE_PUBLISH_KEY }}
25- GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
26- run : ./gradlew publishPlugins --no-daemon --stacktrace
22+ # - name: Publish Plugin
23+ # env:
24+ # GRADLE_PUBLISH_KEY: ${{ vars.GRADLE_PUBLISH_KEY }}
25+ # GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
26+ # run: ./gradlew publishPlugins --no-daemon --stacktrace
2727
2828 - name : Create Git Tag
2929 run : |
3030 git config user.name "${GITHUB_ACTOR}"
3131 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3232 VERSION=$(cat VERSION)
3333 git tag -a v$VERSION -m "Release v$VERSION"
34- git push origin v$VERSION
34+ git push origin v$VERSION
You can’t perform that action at this time.
0 commit comments