diff --git a/.gitea/workflows/publish_on_tagged.yml b/.gitea/workflows/publish_on_tagged.yml index 33caf21..8c61f7e 100644 --- a/.gitea/workflows/publish_on_tagged.yml +++ b/.gitea/workflows/publish_on_tagged.yml @@ -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 }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}."