Skip to content

Commit

Permalink
using publish command for yarn v1
Browse files Browse the repository at this point in the history
  • Loading branch information
makrsmark committed Jul 30, 2024
1 parent a5a7caa commit 3a077e1
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 @@ -15,6 +15,6 @@ jobs:
scope: '@airframes'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn npm publish
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3a077e1

Please sign in to comment.