We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea1bb commit 689f408Copy full SHA for 689f408
.github/workflows/publish.yml
@@ -7,6 +7,7 @@ env:
7
REGISTRY: ghcr.io
8
IMAGE_NAME: ${{ github.repository }}
9
jobs:
10
+ # Adapted from https://pratikpc.medium.com/publishing-crates-using-github-actions-165ee67780e1
11
publish-crate:
12
name: Publish crate to crates.io
13
runs-on: ubuntu-latest
0 commit comments