Przeglądaj źródła

chore(ci): run covector publish

Lucas Nogueira 3 lat temu
rodzic
commit
d956ccda7d

+ 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'