Skip to content

Commit

Permalink
Disable sdkMan as it fails again (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Oct 13, 2023
1 parent cf1c400 commit 3e55920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ jobs:
formula-path: Formula/k/ktlint.rb
download-url: https://github.com/pinterest/ktlint/releases/download/${{ env.version }}/ktlint-${{ env.version }}.zip

- name: Release to sdkman
if: ${{ success() }}
env:
SDKMAN_KEY: ${{ secrets.SDKMAN_KEY }}
SDKMAN_TOKEN: ${{ secrets.SDKMAN_TOKEN }}
SDKMAN_VERSION: ${{ env.version }}
run: ./gradlew :ktlint-cli:sdkMajorRelease
# - name: Release to sdkman
# if: ${{ success() }}
# env:
# SDKMAN_KEY: ${{ secrets.SDKMAN_KEY }}
# SDKMAN_TOKEN: ${{ secrets.SDKMAN_TOKEN }}
# SDKMAN_VERSION: ${{ env.version }}
# run: ./gradlew :ktlint-cli:sdkMajorRelease

- name: Update Release documentation
if: ${{ success() }}
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### 💬 Other

* Simple property assignments in KTS - [#2123](https://github.com/pinterest/ktlint/pull/2123), by @Goooler
* Re-enable releasing to SDKMan - [#2244](https://github.com/pinterest/ktlint/pull/2244), by @shashachu

## [1.0.0] - 2023-09-05

Expand Down

0 comments on commit 3e55920

Please sign in to comment.