Skip to content

Commit 4733ea0

Browse files
authored
fix: workflow should create empty config file
Secrets are passed as an env var, but the config still needs to be present
1 parent 8aadf5a commit 4733ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18+
- run: touch ./test/config.ts
1819
- run: npm ci
1920
- run: npm test
2021
- run: npm run build

0 commit comments

Comments
 (0)