Skip to content

Commit

Permalink
fix(workflow): simplify command for updating .env.sample in release w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
merrcury committed Nov 4, 2024
1 parent 66a9af6 commit 7844f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if [ "${{ env.SERVICE_NAME }}" == "worker" ]; then
cd src/ && echo -e "\nIS_SELF_HOSTED=true\nOS_TELEMETRY_URL=\"${{ secrets.OS_TELEMETRY_URL }}\"" >> .example.env && cd ..
elif [ "${{ env.SERVICE_NAME }}" == "web" ]; then
cd src/ && echo -e "\nIS_V2_ENABLED=true" >> .env.sample && cd ..
echo -e "\nIS_V2_ENABLED=true" >> .env.sample
fi
pnpm run docker:build
Expand Down

0 comments on commit 7844f1f

Please sign in to comment.