Skip to content

Commit

Permalink
github action build_release another attempt to fix release process wi…
Browse files Browse the repository at this point in the history
…th README.md update
  • Loading branch information
morisil committed Aug 29, 2024
1 parent b839dfc commit 0d12cda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout sources
uses: actions/[email protected]
- run: git switch -
with:
fetch-depth: 0
# - run: git switch -
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0d12cda

Please sign in to comment.