Skip to content

Commit

Permalink
Fix GH release workflow
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from fix-gh-release-workflow to master

Squashed commit of the following:

commit b823a26
Author: scripthunter7 <[email protected]>
Date:   Thu Jan 4 17:22:38 2024 +0100

    Fix GH release workflow
  • Loading branch information
scripthunter7 committed Jan 5, 2024
1 parent 941c86a commit 3162125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit 3162125

Please sign in to comment.