File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
id : lookupVersion
32
32
uses : mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955
33
33
with :
34
- cmd : yq -oy '"v" + .workspace.package.version' 'Cargo.toml'
34
+ cmd : yq -oy '.workspace.package.version' 'Cargo.toml'
35
35
36
36
- name : Get version from the latest releases
37
37
id : lookupVersionRelease
@@ -121,14 +121,14 @@ jobs:
121
121
changelog : CHANGELOG.md
122
122
allow-missing-changelog : false
123
123
title : $version
124
- ref : refs/tags/${{ needs.verify-version.outputs.version }}
124
+ ref : refs/tags/v ${{ needs.verify-version.outputs.version }}
125
125
126
126
- name : Upload artifacts to the release
127
127
working-directory : artifacts
128
128
run : gh release upload "$TAG" *
129
129
env :
130
130
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131
- TAG : ${{ steps.create-release.outputs.computed-prefix }}${{ steps.create-release.outputs.version }}
131
+ TAG : ${{ steps.create-release.outputs.computed-prefix }}v ${{ steps.create-release.outputs.version }}
132
132
133
133
publish-snforge-scarb-plugin :
134
134
name : Publish snforge_scarb_plugin
You can’t perform that action at this time.
0 commit comments