This commit is contained in:
xljiulang 2021-07-25 15:50:53 +08:00
commit 6c1d35a0a0
3 changed files with 4 additions and 4 deletions

2
.github/labeler.yml vendored
View File

@ -1,4 +1,4 @@
# Configuration for labeler - https://github.com/actions/labeler
🛠 Improvement: FastGithub/**/*
🛠 Improvement: FastGithub*/**/*
Actions: .github/workflows/**/*

View File

@ -1,5 +1,5 @@
name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
name-template: "$RESOLVED_VERSION 🌈"
tag-template: "$RESOLVED_VERSION"
categories:
- title: "💥 Breaking Changes"
label: "💥 Breaking Change"

View File

@ -60,6 +60,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
owner: "newbe36524"
repository: "FastGithub"
tagName: "v${{ steps.gitversion.outputs.MajorMinorPatch }}"
tagName: "${{ steps.gitversion.outputs.MajorMinorPatch }}"
assets: |
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip