Skip to content

Commit

Permalink
fix publish action?
Browse files Browse the repository at this point in the history
Signed-off-by: Melisa Guevara <[email protected]>
  • Loading branch information
melisaguevara committed Nov 8, 2024
1 parent fc72483 commit 62d6b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: manovotny/[email protected]
# Setup Anchor to enable compilation and export of Solana programs
- name: Setup Anchor & Build
- uses: metadaoproject/setup-anchor@v2
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: "0.30.1"
solana-cli-version: "1.18.21"
node-version: "20.17.0"
- run: anchor build
run: anchor build
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 62d6b00

Please sign in to comment.