Skip to content

Commit 6c581dd

Browse files
avrabeclaude
andauthored
fix: add rivet-version v0.3.0, don't block release on compliance (#69)
The rivet compliance action needs rivet-version to install from crates.io (not from local workspace). Also decouple compliance from the release asset upload so binary uploads aren't blocked. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7b14394 commit 6c581dd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
theme: ${{ inputs.theme }}
4848
report-label: ${{ inputs.version }}
49+
rivet-version: v0.3.0
4950

5051
- name: Upload archive
5152
uses: actions/upload-artifact@v4

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: pulseengine/rivet/.github/actions/compliance@main
3434
with:
3535
theme: dark
36+
rivet-version: v0.3.0
3637

3738
- uses: actions/upload-artifact@v4
3839
with:
@@ -158,7 +159,7 @@ jobs:
158159
contents: write
159160
packages: write
160161
id-token: write # For Cosign keyless signing
161-
needs: [publish-crates, build-native-cli, build-compliance]
162+
needs: [publish-crates, build-native-cli]
162163

163164
steps:
164165
- name: Checkout code

0 commit comments

Comments
 (0)