diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 108aae5..87fb168 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,5 +26,6 @@ jobs: scope: '@felipecesr' cache: 'yarn' - run: cat .npmrc + - run: echo ${{ secrets.NPM_TOKEN }} - run: yarn --frozen-lockfile - run: yarn release