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