make auto build use commit name
All checks were successful
/ Auto-Build-App (push) Successful in 1m35s
All checks were successful
/ Auto-Build-App (push) Successful in 1m35s
This commit is contained in:
parent
1dc8d9efdc
commit
cf7b5ad238
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ jobs:
|
||||||
npm install -g bun
|
npm install -g bun
|
||||||
- name: Run publish script
|
- name: Run publish script
|
||||||
run: |
|
run: |
|
||||||
|
export VER_TITTLE="${{ gitea.event.head_commit.message }}"
|
||||||
export TOKEN="${{ secrets.CRMM_TOKEN_ADMKAWL }}" && bun publish-dev.mjs
|
export TOKEN="${{ secrets.CRMM_TOKEN_ADMKAWL }}" && bun publish-dev.mjs
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,7 @@ async function loadConfigData() {
|
||||||
console.log("Loading config...");
|
console.log("Loading config...");
|
||||||
//const config = await getConfig();
|
//const config = await getConfig();
|
||||||
const config = {
|
const config = {
|
||||||
|
"title": process.env.VER_TITTLE,
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"featured": false,
|
"featured": false,
|
||||||
"releaseChannel": "dev",
|
"releaseChannel": "dev",
|
||||||
|
|
Loading…
Reference in a new issue