remove v prefix
This commit is contained in:
parent
6be571c228
commit
01c500023a
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name-template: "v$RESOLVED_VERSION 🌈"
|
name-template: "$RESOLVED_VERSION 🌈"
|
||||||
tag-template: "v$RESOLVED_VERSION"
|
tag-template: "$RESOLVED_VERSION"
|
||||||
categories:
|
categories:
|
||||||
- title: "💥 Breaking Changes"
|
- title: "💥 Breaking Changes"
|
||||||
label: "💥 Breaking Change"
|
label: "💥 Breaking Change"
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,6 +60,6 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
owner: "newbe36524"
|
owner: "newbe36524"
|
||||||
repository: "FastGithub"
|
repository: "FastGithub"
|
||||||
tagName: "v${{ steps.gitversion.outputs.MajorMinorPatch }}"
|
tagName: "${{ steps.gitversion.outputs.MajorMinorPatch }}"
|
||||||
assets: |
|
assets: |
|
||||||
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip
|
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user