mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-09 18:36:03 +02:00
temp
This commit is contained in:
@@ -13,10 +13,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # required for use of git history
|
fetch-depth: 0 # required for use of git history
|
||||||
- name: covector status
|
|
||||||
uses: jbolda/covector/packages/action@covector-v0
|
- uses: actions/setup-node@v4
|
||||||
id: covector
|
|
||||||
with:
|
with:
|
||||||
command: 'status'
|
node-version: lts/*
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
registry-url: 'https://registry.npmjs.org'
|
||||||
comment: true
|
- name: temp
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}
|
||||||
|
run: |
|
||||||
|
npm unpublish @tauri-apps/plugin-fs@2.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user