Skip to content

Commit 6e64686

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
feat(configuration): adjust CI config
1 parent 822f60e commit 6e64686

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ runs:
2323

2424
- name: Set registry authToken
2525
shell: sh
26-
run: |
27-
npm set //npm.pkg.github.com/:_authToken ${{ inputs.GH_TOKEN }}
28-
npm config set @lawnstarter:registry https://npm.pkg.github.com/
29-
echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
26+
run: echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
3027

3128
- name: Cache dependencies
3229
id: yarn-cache

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
run: yarn prepack
6060

6161
- name: Create release
62-
run: yarn release
62+
run: npm run release

0 commit comments

Comments
 (0)