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

Commit

Permalink
chore: Fork rs-ucan into noosphere-ucan and noosphere-ucan-key-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Feb 13, 2024
1 parent 82db69f commit 7777b9f
Show file tree
Hide file tree
Showing 113 changed files with 5,641 additions and 297 deletions.
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

0 comments on commit 7777b9f

Please sign in to comment.