Commit a3b3a1a
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -21,7 +21,8 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install
- - run: |
+ - name: Release
+ run: |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
npm run release -- patch
env: