Skip to content

Commit

Permalink
Prepare release on all CI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Mar 8, 2024
1 parent 1063ad8 commit 48e2671
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
run: npm run build

- name: Prepare Release
if: runner.os == 'Linux'
run: |
echo "Release!!!"
npm run build:zip
run: npm run build:zip

- name: Publish Release
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 48e2671

Please sign in to comment.