make auto build use commit name
All checks were successful
/ Auto-Build-App (push) Successful in 1m35s

This commit is contained in:
pietru2004 2024-11-05 10:40:36 +01:00
parent 1dc8d9efdc
commit cf7b5ad238
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ jobs:
npm install -g bun
- name: Run publish script
run: |
export VER_TITTLE="${{ gitea.event.head_commit.message }}"
export TOKEN="${{ secrets.CRMM_TOKEN_ADMKAWL }}" && bun publish-dev.mjs
- run: echo "🍏 This job's status is ${{ job.status }}."

View file

@ -60,6 +60,7 @@ async function loadConfigData() {
console.log("Loading config...");
//const config = await getConfig();
const config = {
"title": process.env.VER_TITTLE,
"version": "1.0.2",
"featured": false,
"releaseChannel": "dev",