Skip to content

Commit

Permalink
.github/workflows/release: add the missing v to extract version
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
  • Loading branch information
Mossaka committed Oct 8, 2024
1 parent 65a3355 commit b2159d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if: ${{ matrix.crate == 'containerd-shim-wasm' && !inputs.dry_run }}
run: |
cd $GITHUB_WORKSPACE
./scripts/extract-changelog.sh ${{matrix.version}} > RELEASE_NOTES.md
./scripts/extract-changelog.sh v${{matrix.version}} > RELEASE_NOTES.md
cat RELEASE_NOTES.md
- name: Create release
if: ${{ !inputs.dry_run }}
Expand Down

0 comments on commit b2159d6

Please sign in to comment.