mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 07:35:09 +08:00
chore(workflow): 修改发布任务名称
- 将发布任务名称从 "Publish to registry" 改为 "publish to registry" - 保持其他工作流配置不变
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install zip
|
apt-get install zip
|
||||||
zip -r dist.zip *
|
zip -r dist.zip *
|
||||||
- name: Publish to registry
|
- name: publish to registry
|
||||||
run: |
|
run: |
|
||||||
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
|
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
|
||||||
--upload-file ./dist.zip \
|
--upload-file ./dist.zip \
|
||||||
|
|||||||
Reference in New Issue
Block a user