Skip to content

Commit d237273

Browse files
committed
fix(release): add prefix version v
1 parent 5ba94b5 commit d237273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: bump-version
3333
uses: olegsu/semver-action@v1
3434
with:
35-
version: ${{ steps.last-version.outputs.tag }}
35+
version: v${{ steps.last-version.outputs.tag }}
3636
bump: ${{ inputs.choice }}
3737
- name: Create tag as version for the package
3838
run: |

0 commit comments

Comments
 (0)