diff --git a/.github/workflows/covector-status.yml b/.github/workflows/covector-status.yml index 7eeda427..b2389d69 100644 --- a/.github/workflows/covector-status.yml +++ b/.github/workflows/covector-status.yml @@ -13,10 +13,13 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # required for use of git history - - name: covector status - uses: jbolda/covector/packages/action@covector-v0 - id: covector + + - uses: actions/setup-node@v4 with: - command: 'status' - token: ${{ secrets.GITHUB_TOKEN }} - comment: true + node-version: lts/* + registry-url: 'https://registry.npmjs.org' + - name: temp + env: + NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }} + run: | + npm unpublish @tauri-apps/plugin-fs@2.0.3