Skip to content

Commit

Permalink
chore: removed github publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 1, 2023
1 parent a80be7c commit 81049e1
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,3 @@ jobs:
if: ${{ contains(github.ref_name, '-test.') }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# github:
# name: Publish to Github registry
# runs-on: ubuntu-latest
# needs: [checks, security]
# steps:
# - uses: actions/checkout@v3
# # Setup .npmrc file to publish to GitHub Packages
# - uses: actions/setup-node@v3
# with:
# node-version: '10'
# registry-url: 'https://npm.pkg.github.com'
# - uses: actions/cache@v3
# with:
# path: ~/.npm # this is cache where npm installs from before going out to the network
# key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
# - run: npm install --prefer-offline
# # The package name needs to be scoped in order to publish on Github Registry
# - run: sed -i 's/"cross-fetch"/"@lquixada\/cross-fetch"/g' package.json
# - run: npm publish --tag latest-v3.x
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 81049e1

Please sign in to comment.