mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-19 17:26:52 +00:00
ci(build): 修改 workflow
- 修改使用action jumpserver/action-build-upload-assets
This commit is contained in:
parent
18174e2867
commit
43741dc9b2
2
.github/release-config.yml
vendored
2
.github/release-config.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name-template: 'Release v$RESOLVED_VERSION'
|
name-template: 'v$RESOLVED_VERSION'
|
||||||
tag-template: 'v$RESOLVED_VERSION'
|
tag-template: 'v$RESOLVED_VERSION'
|
||||||
categories:
|
categories:
|
||||||
- title: '🌱 新功能 Features'
|
- title: '🌱 新功能 Features'
|
||||||
|
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build it and upload
|
- name: Build it and upload
|
||||||
uses: ibuler/action-build-upload@master
|
uses: jumpserver/action-build-upload-assets@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user