Skip to content

Commit 8212e95

Browse files
committed
Fix: update registry path in publish step to use GITHUB_WORKSPACE
1 parent dbadfee commit 8212e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
cd ..
289289
azd x publish \
290290
--cwd cli \
291-
--registry registry.json \
291+
--registry $GITHUB_WORKSPACE/registry.json \
292292
--version "${{ steps.version.outputs.next }}" \
293293
--repo "${{ github.repository }}"
294294

0 commit comments

Comments
 (0)