Skip to content

Commit

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

0 comments on commit 2b8f9d7

Please sign in to comment.