We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8392b8 commit ca35c33Copy full SHA for ca35c33
.github/workflows/deploy-subgraph.yml
@@ -35,9 +35,11 @@ jobs:
35
node-version: '20'
36
37
- name: Install dependencies
38
+ working-directory: packages/subgraph
39
run: npm ci
40
41
- name: Set Version Label
42
43
id: set_version
44
run: |
45
if [[ "${{ github.event.inputs.environment }}" == "staging" ]]; then
@@ -48,6 +50,7 @@ jobs:
48
50
fi
49
51
52
- name: Deploy Subgraph
53
54
env:
55
NETWORK_NAME: ${{ github.event.inputs.networkName }}
56
VERSION_LABEL: ${{ steps.set_version.outputs.version }}
0 commit comments