Skip to content

Commit 00c7e64

Browse files
committed
ci: publish with the correct org name
Publishes docs only with the correct org name as repository owner. Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent bee88f7 commit 00c7e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
release-made: ${{ needs.make-release.outputs.backend--release_created }}
4444
release-version: ${{ needs.make-release.outputs.backend--version }}
45-
publish: github.repository_owner == 'edgehog-device-manager'
45+
publish: ${{ github.repository_owner }} == 'edgehog-device-manager'

0 commit comments

Comments
 (0)