Skip to content

Commit

Permalink
ci: compile and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 12, 2024
1 parent cb529c6 commit f1ffe10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
renderer-template: ${{inputs.renderer-template}}
- run: npm run compile -- --publish 'never' -c.extraMetadata.version=${{inputs.app-version}}
- run: rm -rf packages
- run: npm run compile -- -c.extraMetadata.version=${{inputs.app-version}}-${{inputs.renderer-template}}
env:
VITE_DISTRIBUTION_CHANNEL: ${{inputs.renderer-template}}

Expand Down

0 comments on commit f1ffe10

Please sign in to comment.