Skip to content

Commit ea65caf

Browse files
authored
Update release.yml
1 parent c1f2613 commit ea65caf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)