Skip to content

Commit

Permalink
Update pack_deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey authored Sep 25, 2023
1 parent fc7ee24 commit be9c422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pack_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cd ..
if [ ! "$CURRENT_TAG" = "$THIS_TAG" ]; then git tag "$THIS_TAG" -m "$THIS_TAG"; fi
git checkout "$THIS_TAG"
git switch -c "$THIS_TAG"
- name: Publish package
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit be9c422

Please sign in to comment.