Skip to content

Commit 65df4e0

Browse files
committed
Switch package release to using yarn
1 parent b3c6ae7 commit 65df4e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
with:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npm ci
16-
- run: npm publish
15+
# Defaults to the user or organization that owns the workflow file
16+
scope: '@ctfdio'
17+
- run: yarn
18+
- run: yarn publish
1719
env:
1820
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21+

0 commit comments

Comments
 (0)