Skip to content

Commit e298f03

Browse files
committed
chore: remove extra action lines
1 parent f8f0ca3 commit e298f03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: 16
21-
- name: configure Git User
21+
- name: Configure Git User
2222
run: |
2323
git config --global user.email "[email protected]"
2424
git config --global user.name "@$GITHUB_ACTOR"
2525
- name: Authenticate with Registry
2626
run: |
2727
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
28-
npm whoami
2928
env:
3029
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
- name: release
30+
- name: Release
3231
run: |
3332
npm install
3433
npm run build

0 commit comments

Comments
 (0)