Skip to content

Commit

Permalink
Add work as safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
naguirre committed Nov 13, 2023
1 parent 2b8f9d7 commit fc942f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deb-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
image: ghcr.io/calaos/debian_deb_build_base
options: -v ${{ github.workspace }}:/work
run: |
git config --global --add safe.directory /work
last_tag=$(python3 /get_last_tag.py /work)
export release=$(pysemver bump ${{ github.event.inputs.vincrement || 'prerelease' }} ${last_tag})
echo Build version: $release
Expand Down

0 comments on commit fc942f6

Please sign in to comment.