diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 1ba4702..b953815 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: run: npm run build - name: Add NPM token - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc + run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - name: Publish to NPM run: npm publish --access public \ No newline at end of file