Skip to content

fix: fix "ecdh_cose_encrypted_key" #5

fix: fix "ecdh_cose_encrypted_key"

fix: fix "ecdh_cose_encrypted_key" #5

Workflow file for this run

name: Crates
on:
push:
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true