浏览代码

chore(ci): run covector publish

Lucas Nogueira 3 年之前
父节点
当前提交
d956ccda7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/covector-version-or-publish.yml

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

@@ -43,7 +43,7 @@ jobs:
           CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-          command: 'version-or-publish'
+          command: 'publish'
           createRelease: true
       - name: Create Pull Request With Versions Bumped
         if: steps.covector.outputs.commandRan == 'version'