Skip to content

Commit

Permalink
Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 24, 2023
1 parent 6b5bd52 commit a0e7c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
id: tea
with:
srcroot: tea
- run: echo "export default function() { return '${{ steps.tea.outputs.version }}' }" >> src/hooks/useVersion.ts
- run: echo "export default function() { return '${{ steps.tea.outputs.version }}' }" > src/hooks/useVersion.ts
working-directory: tea
- run: mv tea tea-${{ steps.tea.outputs.version }}
- run: tar cJf tea-${{ steps.tea.outputs.version }}.tar.xz ./tea-${{ steps.tea.outputs.version }}
Expand Down

0 comments on commit a0e7c4c

Please sign in to comment.