mirror of https://github.com/jumpserver/jumpserver
ci(build): 修改 workflow
- 修改使用action jumpserver/action-build-upload-assetspull/4259/head
parent
18174e2867
commit
43741dc9b2
|
@ -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'
|
||||||
|
|
|
@ -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