Skip to content

Commit

Permalink
fix: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Dec 29, 2024
1 parent 4ac2dd0 commit f825b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
TARGET_VERSION: ${{needs.version.outputs.versionOut}}
SEM_VERSION: ${{needs.version.outputs.versionSemVerOut}}
steps:
- run: apt-get update && apt-get install -y jq
- run: sudo apt-get update && sudo apt-get install -y jq
- uses: actions/checkout@v4
- name: Set version in manifest
run: jq --arg ver "$TARGET_VERSION" '.Version = $ver' ./resources/manifest.json > temp.json && mv temp.json ./resources/manifest.json
Expand Down

0 comments on commit f825b0e

Please sign in to comment.