Skip to content

Commit

Permalink
fix: allow publishing without forcing network selection (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Jul 29, 2024
1 parent 0a0a883 commit 24c402f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-camels-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/graph-cli': patch
---

Allow publishing without forcing network or subgraph id
1 change: 0 additions & 1 deletion packages/cli/src/commands/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default class PublishCommand extends Command {
options: ['arbitrum-one', 'arbitrum-sepolia'],
default: 'arbitrum-one',
required: false,
dependsOn: ['subgraph-id'],
}),
ipfs: Flags.string({
summary: 'Upload build results to an IPFS node.',
Expand Down

0 comments on commit 24c402f

Please sign in to comment.