-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Reset anchor step in publish workflow (#737)
* Reset anchor step in publish workflow but avoid publishing in cargo fiels * bump version Signed-off-by: Melisa Guevara <[email protected]> --------- Signed-off-by: Melisa Guevara <[email protected]>
- Loading branch information
1 parent
8845e27
commit 92321c9
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,13 @@ jobs: | |
id: release | ||
uses: manovotny/[email protected] | ||
# Setup Anchor to enable compilation and export of Solana programs | ||
# - name: Setup Anchor & Build | ||
# 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 | ||
- name: Setup Anchor & Build | ||
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 | ||
# Setup .npmrc file to publish to npm | ||
- uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters