diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index d65cc48c..9fb51ec6 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -61,5 +61,8 @@ jobs: uses: actions/download-artifact@v2 with: name: lib - - name: List - run: ls -a + - name: Release + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: yarn release