Skip to content

Commit

Permalink
ci: improve packaging on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 30, 2023
1 parent 34f0402 commit 9a28451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Force-fetch Git tags
run: git fetch --force --tags
- name: Install Debian packages
run: |
sudo apt-get update
Expand Down

0 comments on commit 9a28451

Please sign in to comment.