Skip to content

Commit 24c402f

Browse files
authored
fix: allow publishing without forcing network selection (#1701)
1 parent 0a0a883 commit 24c402f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/strong-camels-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
Allow publishing without forcing network or subgraph id

packages/cli/src/commands/publish.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export default class PublishCommand extends Command {
3131
options: ['arbitrum-one', 'arbitrum-sepolia'],
3232
default: 'arbitrum-one',
3333
required: false,
34-
dependsOn: ['subgraph-id'],
3534
}),
3635
ipfs: Flags.string({
3736
summary: 'Upload build results to an IPFS node.',

0 commit comments

Comments
 (0)