Skip to content

Commit

Permalink
Merge pull request #97 from bci-oss/feature/introduce-github-action-h…
Browse files Browse the repository at this point in the history
…otfix-release

Fix github Action hotfix Release
  • Loading branch information
tunacicek authored Jan 29, 2024
2 parents be57987 + 49de4e6 commit d5ec402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit d5ec402

Please sign in to comment.