Skip to content

Commit

Permalink
try no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 22, 2024
1 parent c08ee96 commit 587eca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
./aws/install
- name: Get the tag name
id: get_tag
Expand Down

0 comments on commit 587eca7

Please sign in to comment.