This commit is contained in:
parent
7df0de442d
commit
0ca14a1d35
@ -34,9 +34,10 @@ jobs:
|
|||||||
path: 'build'
|
path: 'build'
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
path: build/admin_dashboard-${{ env.VERSION }}.zip
|
path: build/admin_dashboard-${{ env.VERSION }}.zip
|
||||||
tag_name: v${{ env.VERSION }}
|
tag_name: v${{ env.VERSION }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user