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: