We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbdf28 commit 995f066Copy full SHA for 995f066
.github/workflows/release.yml
@@ -51,3 +51,10 @@ jobs:
51
tag: ${{ github.ref_name }}
52
overwrite: true
53
prerelease: true
54
+
55
+ publish:
56
+ name: cargo publish
57
+ runs-on: ubuntu-24.04-arm
58
+ steps:
59
+ - uses: actions/checkout@v4
60
+ - run: cargo publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty --dry-run
.github/workflows/release_dispatch.yml
@@ -55,3 +55,9 @@ jobs:
tag: ${{ github.event.inputs.tag }}
61
62
63
0 commit comments