Skip to content

Commit a21cc35

Browse files
authored
chore: update upload_artifacts (#349)
1 parent 5e53bd1 commit a21cc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/release/upload_artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ phases:
2626
- curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
2727
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null
2828
- apt update
29-
- apt install gh
29+
- apt install gh -y
3030
build:
3131
commands:
3232
- gh version

0 commit comments

Comments
 (0)