Преглед изворни кода

[ci] 修正vsce发布命令格式,移除多余的参数

dufu1991 пре 1 година
родитељ
комит
1ba21f94bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/publish-vscode.yml

+ 1 - 1
.github/workflows/publish-vscode.yml

@@ -31,4 +31,4 @@ jobs:
                   npm run files
                   npm install
                   npm install -g @vscode/vsce
-                  vsce publish -p ${{ secrets.VSCE_TOKEN }}
+                  vsce publish ${{ secrets.VSCE_TOKEN }}