From 5a382622b3dcd4e6f7da1b48f40b3a0afd96ef9f Mon Sep 17 00:00:00 2001 From: Andreas Pfau Date: Tue, 16 Apr 2024 13:29:41 +0200 Subject: [PATCH] Update build&publish-juno-ui-components.yaml --- .github/workflows/build&publish-juno-ui-components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build&publish-juno-ui-components.yaml b/.github/workflows/build&publish-juno-ui-components.yaml index ffd7a482e..740fe9ca8 100644 --- a/.github/workflows/build&publish-juno-ui-components.yaml +++ b/.github/workflows/build&publish-juno-ui-components.yaml @@ -82,7 +82,7 @@ jobs: set +e # publish to https://github.com/${{ github.repository_owner }}/packages - npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" publish #--dry-run + npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" --access=public publish #--dry-run if [ $? != 0 ] ; then echo "::warning title=PUBLISH::Could not publish to github. Maybe you forgot to increment the version?"