Skip to content

Commit

Permalink
chore: update workflow/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lsn committed Dec 24, 2023
1 parent c8d1e2e commit a2e5374
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Release Workflow"
- name: Initialize the NPM config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run release
run: npm run release --ci
run: npm run release
env:
PIKPAK_USERNAME: ${{ secrets.PIKPAK_USERNAME }}
PIKPAK_PASSWORD: ${{ secrets.PIKPAK_PASSWORD }}
Expand Down

0 comments on commit a2e5374

Please sign in to comment.