Skip to content

Commit d9cc130

Browse files
authored
fix: update deployment environment option from 'production' to 'prod' (#66)
1 parent adce9d6 commit d9cc130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: choice
1111
options:
1212
- staging
13-
- production
13+
- prod
1414
- tmp
1515
versionLabel:
1616
description: 'Version Label for Subgraph Deployment'

0 commit comments

Comments
 (0)