From 3162125f0df0647000d09a00ba39fa3fdc19ce39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20T=C3=B3ta?= Date: Fri, 5 Jan 2024 16:28:50 +0300 Subject: [PATCH] Fix GH release workflow Merge in ADGUARD-FILTERS/vscode-adblock-syntax from fix-gh-release-workflow to master Squashed commit of the following: commit b823a2645d0fad27a83c65aab11112cdcd875048 Author: scripthunter7 Date: Thu Jan 4 17:22:38 2024 +0100 Fix GH release workflow --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc69379..ed16ac2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,12 @@ jobs: - name: Run ESLint run: yarn lint:ts + # Convert grammar to PList format & Test compile & Run ESBuild & Generate VSIX file + - name: Create production build + run: yarn build:prod + - name: Create build.txt with version - run: yarn build-txt + run: yarn build:txt - name: Extract changelog run: | @@ -45,10 +49,6 @@ jobs: yarn extract-changelog -e $VERSION - # Convert grammar to PList format & Test compile & Run ESBuild & Generate VSIX file - - name: Create production build - run: yarn build:prod - - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: