From 90b2e3f6db0d5f63840cd80888a30da6ecc22f20 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:03:32 -0400 Subject: [PATCH] feat: github action publish to crates.io --- .github/workflows/create_release_and_build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/create_release_and_build.yml b/.github/workflows/create_release_and_build.yml index 2a4b26f..988be16 100644 --- a/.github/workflows/create_release_and_build.yml +++ b/.github/workflows/create_release_and_build.yml @@ -82,6 +82,12 @@ jobs: --push \ -f containerised/Dockerfile . + # Publish to crates.io + - name: publish to crates.io + uses: katyo/publish-crates@v1 + with: + registry-token: ${{ secrets.CRATES_IO_TOKEN }} + - name: Release uses: softprops/action-gh-release@v1 with: