Skip to content

Commit 16e2332

Browse files
authored
fix cargo feature specification in github release workflow (#317)
1 parent c1fd391 commit 16e2332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
tags: ${{ steps.meta-nightly.outputs.tags }}
7676
labels: ${{ steps.meta-nightly.outputs.labels }}
7777
build-args: |
78-
CARGO_FEATURES=js-trace
78+
CARGO_FEATURES=js-tracer
7979
cache-from: type=gha,scope=${{ github.workflow }}-nightly
8080
cache-to: type=gha,scope=${{ github.workflow }}-nightly

0 commit comments

Comments
 (0)