소스 검색

chore(ci): use jbolda/covector again

The patches we needed have been released!
Lucas Nogueira 2 년 전
부모
커밋
7500a0e23a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/covector-version-or-publish-next.yml

+ 1 - 1
.github/workflows/covector-version-or-publish-next.yml

@@ -37,7 +37,7 @@ jobs:
           git config --global user.email "${{ github.event.pusher.email }}"
 
       - name: covector version or publish (publish when no change files present)
-        uses: lucasfernog/covector/packages/action@patches
+        uses: jbolda/covector/packages/action@covector-v0
         id: covector
         env:
           NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}