Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update semantic-release-dry-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored Dec 9, 2023
1 parent 5c6ffc3 commit b6f7bf5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/semantic-release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
with:
ref: release-dry-run

- name: Set up JDK 17
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
Expand Down

0 comments on commit b6f7bf5

Please sign in to comment.