Skip to content

Commit

Permalink
ci: remove NPM setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 4, 2024
1 parent f33f77a commit d88dff0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
- name: 🖥️ Setup Env
uses: ./.github/workflows/install

- name: Setup NPM
run: |
npm config -L user set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit d88dff0

Please sign in to comment.