Browse Source

chore(ci): run covector publish

Lucas Nogueira 3 years ago
parent
commit
d956ccda7d
1 changed files with 1 additions and 1 deletions
  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'