From 587eca795f57e81d593e2c106b3639e836564bc3 Mon Sep 17 00:00:00 2001 From: Kyle Pettigrew Date: Mon, 22 Jul 2024 17:05:20 +1000 Subject: [PATCH] try no sudo --- .github/workflows/profile_tag_trigger_publication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index 4ba46ca4..7718593c 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -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