mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 01:55:06 +08:00
chore(workflow): 修改发布任务名称
- 将发布任务名称从 "Publish to registry" 改为 "publish to registry" - 保持其他工作流配置不变
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
||||
apt-get update
|
||||
apt-get install zip
|
||||
zip -r dist.zip *
|
||||
- name: Publish to registry
|
||||
- name: publish to registry
|
||||
run: |
|
||||
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
|
||||
--upload-file ./dist.zip \
|
||||
https://nest.doylee.cn/api/packages/HDK/composer?version=${{ gitea.ref_name }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
Reference in New Issue
Block a user