Skip to content

Commit 4546670

Browse files
committed
Fix GitHub releasing in CI pipeline
1 parent 7c108b3 commit 4546670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
- name: Parse release version
198198
id: release
199199
run: echo "version=${GITHUB_REF#refs/tags/v}"
200+
>> $GITHUB_OUTPUT
200201
- name: Verify release version matches Cargo manifest
201202
run: |
202203
test "${{ steps.release.outputs.version }}" \

0 commit comments

Comments
 (0)