Skip to content

Commit

Permalink
fix(build): 💚 Add -e option to echo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed May 14, 2024
1 parent 503dbdc commit 736728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Create bunfig.toml with NPM token (GitHub Secrets)
run: echo "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = "${{ secrets.NPM_TOKEN }}" }" > bunfig.toml
run: echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = "${{ secrets.NPM_TOKEN }}" }" > bunfig.toml

- name: Install dependencies
run: bun install --frozen-lockfile --production
Expand Down

0 comments on commit 736728d

Please sign in to comment.