Skip to content

Commit

Permalink
Merge pull request #755 from GitGuardian/plalanne/-/unbreak-build-pac…
Browse files Browse the repository at this point in the history
…kages-ci-step

ci(tag): # Unbreak build-packages CI step in tag.yml workflow
  • Loading branch information
pierrelalanne committed Sep 26, 2023
2 parents dee7970 + 15ca6c1 commit 722d922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
with:
fetch-depth: 0

# Warning: changes on this step should be reflected in workflows/tag.yml
- name: Install packaging tools
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -L https://github.com/goreleaser/nfpm/releases/download/v2.15.0/nfpm_amd64.deb -o nfpm_amd64.deb
sudo dpkg -i nfpm_amd64.deb
pip install shiv==1.0.1
pip install shiv==1.0.1 build
- name: Create packages
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.19.0"
__version__ = "1.18.1"

0 comments on commit 722d922

Please sign in to comment.