diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 6e4aa34..3149104 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -20,10 +20,10 @@ jobs: scope: '@teacinema' - name: 'Install dependencies1' - - run: corepack enable + run: corepack enable - name: 'Install dependencies2' - - run: yarn --version + run: yarn --version - name: 'Install dependencies' run: echo "*** npm ci ***" && npm ci