finally working ci/cd
All checks were successful
Testing Example / build-and-test (push) Successful in 1m35s
All checks were successful
Testing Example / build-and-test (push) Successful in 1m35s
This commit is contained in:
parent
9d85e5df69
commit
dbe0f294b1
@ -61,7 +61,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: v${{ env.VERSION }}
|
tag_name: v${{ env.VERSION }}
|
||||||
title: Release v${{ env.VERSION }}
|
name: Release v${{ env.VERSION }}
|
||||||
files: |
|
files: |
|
||||||
release-artifacts/admin_dashboard-${{ env.VERSION }}.zip
|
release-artifacts/admin_dashboard-${{ env.VERSION }}.zip
|
||||||
draft: false
|
draft: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user