Skip to content

Commit d1dfde5

Browse files
ci: fix watcher release (#39)
1 parent b4696de commit d1dfde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/watcher-docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "22"
2020
- name: Set publish version
2121
id: set-publish-version
22-
working-directory: api
22+
working-directory: watcher
2323
run: |
2424
VERSION=$(npm pkg get version | tr -d '"')
2525
echo "VERSION=${VERSION}" | tee -a $GITHUB_OUTPUT
@@ -29,7 +29,7 @@ jobs:
2929
docker-publish:
3030
if: startsWith(github.ref_name,'iexec-market-watcher-v')
3131
needs: get-version
32-
uses: ./.github/workflows/reusable-api-docker.yml
32+
uses: ./.github/workflows/reusable-watcher-docker.yml
3333
with:
3434
tag: ${{ needs.get-version.outputs.version }}
3535
secrets:

0 commit comments

Comments
 (0)