Skip to content

Commit

Permalink
Switch package release to using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Dec 28, 2023
1 parent b3c6ae7 commit 65df4e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
# Defaults to the user or organization that owns the workflow file
scope: '@ctfdio'
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 65df4e0

Please sign in to comment.