Skip to content

Commit d14cdd6

Browse files
committed
try another way to release
1 parent 8f07b9d commit d14cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ deploy:
2929
- curl -Lo - https://github.com/tcnksm/ghr/releases/download/v0.16.0/ghr_v0.16.0_linux_amd64.tar.gz | tar zxf -
3030
- mv ghr_v0.16.0_linux_amd64/ghr . && rm -rf ghr_v0.16.0_linux_amd64
3131
script:
32-
- for i in dist/*; do ./ghr -u tcncloud -r please.containers -r ${GITHUB_TOKEN} -replace $CI_COMMIT_TAG $i; done
32+
- ./ghr -u tcncloud -r please.containers -t ${GITHUB_TOKEN} -replace $CI_COMMIT_TAG dist

0 commit comments

Comments
 (0)