Skip to content

Commit

Permalink
fix: update apt
Browse files Browse the repository at this point in the history
release new version
+semver: feature
  • Loading branch information
dnitsch committed May 24, 2024
1 parent d846b70 commit 8ba4687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# make GIT_TAG=$SEMVER REVISION=${{ github.sha }} tag
- name: release cli
run: |
apt-get install jq -y
apt-get update && apt-get install jq -y
task publish-seeder PAT=${{ secrets.GITHUB_TOKEN }} GIT_TAG=$SEMVER REVISION=${{ github.sha }}
# publish-docker-image:
# name: build docker image and push to gchr
Expand Down

0 comments on commit 8ba4687

Please sign in to comment.