From 43741dc9b2140936b218e7c57b8afb74bda92344 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 7 Jul 2020 13:36:48 +0800 Subject: [PATCH] =?UTF-8?q?ci(build):=20=E4=BF=AE=E6=94=B9=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改使用action jumpserver/action-build-upload-assets --- .github/release-config.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-config.yml b/.github/release-config.yml index 859704707..1a75bdf6f 100644 --- a/.github/release-config.yml +++ b/.github/release-config.yml @@ -1,4 +1,4 @@ -name-template: 'Release v$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '🌱 新功能 Features' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5d6394e8e..415725a8d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build it and upload - uses: ibuler/action-build-upload@master + uses: jumpserver/action-build-upload-assets@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: