From bfa05bc2b421557d4be6d877f682d91ac4951e66 Mon Sep 17 00:00:00 2001 From: carlos Date: Sat, 4 Jun 2022 16:14:27 -0400 Subject: [PATCH] feat: adding github workflow --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d35f4cf..330a82d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,5 @@ jobs: registry-url: https://registry.npmjs.org - name: publish run: npm publish --access public - working-directory: my-package env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}