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 9d0981f commit 95e246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Init template with "${{inputs.renderer-template}}" renderer
with:
renderer-template: ${{inputs.renderer-template}}
- run: npm run compile -- --publish 'never' -c.extraMetadata.version=${{inputs.app-version}}-${{inputs.renderer-template}}
- run: npm run compile -- --publish 'never' -c.extraMetadata.version="${{inputs.app-version}}-${{inputs.renderer-template}}"
env:
VITE_DISTRIBUTION_CHANNEL: ${{inputs.renderer-template}}

Expand Down

0 comments on commit 95e246f

Please sign in to comment.