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: