Ver código fonte

Testing publish workflow

Hovsep Papoyan 1 ano atrás
pai
commit
083b3f8780
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/publish.yml

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

@@ -44,6 +44,6 @@ jobs:
           git commit -am "Automated version change in Cargo.toml"
           git push origin master
 
-      - run: cargo publish --no-verify --token ${CRATES_TOKEN}
+      - run: cargo publish --no-verify --dry-run --token ${CRATES_TOKEN}
         env:
           CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}