From b7c4aa320be5656a62d9c40bbf041a31cffe40e1 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 16:12:32 +0200 Subject: [PATCH] close but no cigar --- .gitea/workflows/release.yaml | 2 +- gulpfile.cjs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f36993a7..9f3cf031 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: - name: Build project env: - VERSION: ${{ github.ref }} + VERSION: ${{ github.ref_name }} run: npm run build - name: Package build output diff --git a/gulpfile.cjs b/gulpfile.cjs index 9cd01175..4c73d3f0 100644 --- a/gulpfile.cjs +++ b/gulpfile.cjs @@ -1,8 +1,6 @@ const { src, dest, series } = require('gulp'); const process = require('node:process'); - const replace = require('gulp-replace'); - const sass = require('gulp-sass')(require('sass')); function buildStyles() { @@ -26,4 +24,4 @@ exports.default = series( copySource, buildStyles, updateManifestFile -) +) \ No newline at end of file