From f71be86d476ba6ae8febd849a35cb3f4d26a6f2b Mon Sep 17 00:00:00 2001 From: fabianlars Date: Mon, 2 Dec 2024 22:28:41 +0100 Subject: [PATCH] temp --- .github/workflows/covector-status.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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