Skip to content

Commit

Permalink
feat: github action publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Sep 6, 2022
1 parent 03ac374 commit 90b2e3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_release_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90b2e3f

Please sign in to comment.