Skip to content

Commit

Permalink
ci: removed registry url from action file
Browse files Browse the repository at this point in the history
  • Loading branch information
sundarlogan committed May 9, 2024
1 parent d087e97 commit b78583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- configId

jobs:
release:
Expand All @@ -17,7 +18,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit b78583a

Please sign in to comment.