diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a2514b4..22915b8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -113,8 +113,8 @@ jobs: - name: Create new tag run: git tag v${{ steps.app.outputs.version }} - # - name: Publish to crates.io - # run: cargo publish --allow-dirty + - name: Publish to crates.io + run: cargo publish --allow-dirty - name: Push to origin run: git push origin HEAD --tags