new-build #132

Merged
alekswilc merged 6 commits from new-build into main 2025-04-27 15:52:44 +02:00
Showing only changes of commit 4b301c9644 - Show all commits

View File

@ -17,7 +17,7 @@
import fs from 'node:fs/promises'; import fs from 'node:fs/promises';
(async () => { (async () => {
await fs.writeFile('git.json', JSON.stringify({ await fs.writeFile('dist/git.json', JSON.stringify({
tag: process.env.TAG, tag: process.env.TAG,
commit: process.env.COMMIT, commit: process.env.COMMIT,
})) }))