Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed May 15, 2024
2 parents c93113f + 13ddcad commit 44729cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ jobs:
SONATYPE_SIGNING_KEY: ${{secrets.SONATYPE_SIGNING_KEY}}
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: actions/setup-dotnet@v4

- uses: actions/setup-java@v4
with:
dotnet-version: '8'
java-version: "19"
distribution: "temurin"

- run: npm install
- run: node ./scripts/update-kotlin-version.js
Expand Down

0 comments on commit 44729cb

Please sign in to comment.