diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index da953ff..a02c793 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -164,7 +164,7 @@ jobs:
 
       - name: Publish
         working-directory: ./finlib-wasm/pkg
-        run: npm publish
+        run: npm publish --access=public
         env:
           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
 
@@ -186,7 +186,7 @@ jobs:
         run: |
           cat <<EOF > ~/.cargo/credentials.toml
           [registry]
-          token = "Bearer ${{ secrets.CRATES_TOKEN }}"
+          token = "${{ secrets.CRATES_TOKEN }}"
           EOF
 
       - name: Cargo Publish