Skip to content

Commit aa81a8a

Browse files
Update package_and_push workflow configuration
1 parent 1176945 commit aa81a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_and_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ github.ref_name }}
3838
- name: Install ossutil
3939
run: |
40-
curl https://gosspublic.alicdn.com/ossutil/install.sh | bash
40+
sudo -v ; curl https://gosspublic.alicdn.com/ossutil/install.sh | sudo bash
4141
- name: Prepare package files
4242
env:
4343
TAG_NAME: ${{ github.event.inputs.dockerImageTag }}
@@ -139,3 +139,4 @@ jobs:
139139

140140

141141

142+

0 commit comments

Comments
 (0)