Skip to content

Commit

Permalink
💚 Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 26, 2023
1 parent 0b9927a commit ed96257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Client SDK
on:
release:
types: [published]
workflow_dispatch:

env:
solana_version: v1.14.18
anchor_version: 0.27.0
Expand Down Expand Up @@ -131,6 +133,7 @@ jobs:
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
anchor test
- run: npm ci
- run: npm run build -w client/sdk/ && yarn lint --fix && npm publish -w client/sdk/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ed96257

Please sign in to comment.