Skip to content

Commit

Permalink
Fix squads program upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Aug 22, 2024
1 parent 4e99181 commit 4466260
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
program-id: ${{ env.PROGRAM_ID }}
buffer-authority: ${{ secrets.DEVNET_MULTISIG_VAULT }}
- name: Squads program upgrade
uses: helium/[email protected].1
uses: helium/[email protected].2
with:
network-url: "https://api.devnet.solana.com"
program-multisig: ${{ secrets.DEVNET_MULTISIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
buffer-authority: ${{ secrets.MULTISIG_VAULT }}

- name: Squads program upgrade
uses: helium/[email protected].1
uses: helium/[email protected].2
with:
network-url: "https://api.mainnet-beta.solana.com"
program-multisig: ${{ secrets.MULTISIG }}
Expand Down
1 change: 0 additions & 1 deletion programs/mobile-entity-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ helium-entity-manager = { workspace = true }
helium-sub-daos = { workspace = true }
solana-security-txt = { workspace = true }
default-env = { workspace = true }

0 comments on commit 4466260

Please sign in to comment.