Skip to content

Commit

Permalink
chore: Add current directory to safe git directories
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed May 5, 2024
1 parent 15a4544 commit bb028c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/new_tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
java-version: '17'
- name: "Setup build env"
run: |
pwd
git config --global --add safe.directory "$(pwd)"
python .github/setup_gradle_properties_release.py tag=${{ github.ref_name }}
- name: "./gradlew :desktopApp:bundleFlatpak"
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit bb028c6

Please sign in to comment.