Skip to content

Commit

Permalink
refactor: migration to lib-jvm-shared
Browse files Browse the repository at this point in the history
Fix workflow for release

Refs: EPMDJ-10586
  • Loading branch information
epamrsa committed May 22, 2023
1 parent e5093f2 commit 46e2464
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: 8.0
Expand Down Expand Up @@ -49,6 +47,10 @@ jobs:
version: ${{ steps.version.outputs.version }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- if: inputs.version == null
uses: actions/checkout@v3
with:
fetch-depth: 0
- if: inputs.version == null
id: next-tag
uses: Drill4J/semver-tag-action@v0.2.0
Expand Down

0 comments on commit 46e2464

Please sign in to comment.