Skip to content

Commit 4df5c2d

Browse files
ci: fix bad working directory
1 parent 79dae78 commit 4df5c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/subgraph-deployer-publish-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version: '20'
2121
- name: compute version
2222
id: compute-publish-version
23+
working-directory: packages/subgraph
2324
run: |
2425
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
2526
if [ "${{ github.event_name }}" = "release" ]; then

0 commit comments

Comments
 (0)