Skip to content

Commit

Permalink
Version increment (#1455)
Browse files Browse the repository at this point in the history
* auto versioning

* use api

* add requirements
  • Loading branch information
lacraig2 authored Feb 23, 2024
1 parent 4fe3b3d commit 870647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
username: pandare
password: ${{secrets.pandare_dockerhub}}
- name: Install git
run: sudo apt-get -qq update -y && sudo apt-get -qq install git -y
run: sudo apt-get -qq update -y && sudo apt-get -qq install git curl jq -y
- name: Checkout PANDA at current commit
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 870647c

Please sign in to comment.