From 031ee5ea75263e5e4e2770f1b23a04a4f7bb7644 Mon Sep 17 00:00:00 2001 From: Adrian Mato Date: Fri, 29 Oct 2021 16:10:01 -0700 Subject: [PATCH] Removed comments --- .github/workflows/publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index afc7647..4c91187 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,12 +25,3 @@ jobs: - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} -# # Setup .npmrc file to publish to GitHub Packages -# - uses: actions/setup-node@v2 -# with: -# registry-url: 'https://npm.pkg.github.com' -# scope: '@adrianmg' -# # Publish to GitHub Packages -# - run: npm publish -# env: -# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}