fix import statement

This commit is contained in:
Tickbase
2025-05-18 00:32:07 +02:00
parent fdbc2dbb33
commit 3c32079b10

View File

@@ -15,7 +15,7 @@
import { execSync } from 'child_process'
import { existsSync } from 'fs'
const path = require('path')
import path from 'path'
// Configuration
const GITHUB_WORKFLOW_NAME = 'release.yml'