From d6af05b55fc1f933f83d7c4de8958fa46cd0edfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6ller?= Date: Tue, 4 Jul 2023 14:49:26 +0200 Subject: [PATCH] Make iscmagic public --- .github/workflows/publish-iscmagic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-iscmagic.yml b/.github/workflows/publish-iscmagic.yml index 0089664cd9..577ed4b9a7 100644 --- a/.github/workflows/publish-iscmagic.yml +++ b/.github/workflows/publish-iscmagic.yml @@ -27,7 +27,7 @@ jobs: - run: npm version ${{ inputs.version }} - - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file