Skip to content

Commit 7a6f82e

Browse files
Attempts to fix workflow
1 parent 52e9b99 commit 7a6f82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anchor-build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Compute release tag
4242
run: |
4343
pip3 install requests
44-
sudo python3 /home/runner/work/udroid-download/udroid-download/.github/scripts/compute-release-tag.py
44+
python3 /home/runner/work/udroid-download/udroid-download/.github/scripts/compute-release-tag.py
4545
4646
- name: Generate release notes
4747
run: sudo bash /home/runner/work/udroid-download/udroid-download/.github/scripts/generate-release-notes.sh

0 commit comments

Comments
 (0)