Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore: Fork rs-ucan into noosphere-ucan and noosphere-ucan-key-support #815

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
steps.release.outputs['rust/noosphere-into--release_created'] ||
steps.release.outputs['rust/noosphere-ns--release_created'] ||
steps.release.outputs['rust/noosphere-sphere--release_created'] ||
steps.release.outputs['rust/noosphere-storage--release_created'] }}
steps.release.outputs['rust/noosphere-storage--release_created'] ||
steps.release.outputs['rust/noosphere-ucan--release_created'] ||
steps.release.outputs['rust/noosphere-ucan-key-support--release_created'] }}
steps:
- uses: chainguard-dev/actions/setup-gitsign@main
- name: 'Run release-please'
Expand Down
6 changes: 4 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"rust/noosphere": "0.16.1",
"rust/noosphere-ipfs": "0.8.6",
"rust/noosphere-gateway": "0.12.0",
"rust/noosphere-common": "0.1.2"
}
"rust/noosphere-common": "0.1.2",
"rust/noosphere-ucan": "0.4.0",
"rust/noosphere-ucan-key-support": "0.1.7"
}
Loading
Loading