upd
All checks were successful
Testing Example / build-and-test (push) Successful in 1m31s

This commit is contained in:
SnippetsX 2024-11-13 00:23:11 +03:00
parent 16fac2bac0
commit bc0232cbbf

View File

@ -53,6 +53,6 @@ jobs:
tag_name: v${{ env.VERSION }}
title: Release v${{ env.VERSION }}
files: |
build/admin_dashboard-${{ env.VERSION }}.zip
build/admin_dashboard-${{ env.VERSION }}
draft: false
prerelease: ${{ contains(env.VERSION, 'DEV') || contains(env.VERSION, 'ALPHA') || contains(env.VERSION, 'BETA') }}