Just publish

This commit is contained in:
Nemo 2022-04-23 18:29:23 +05:30
parent 29b2f69c57
commit e0365b4283
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- name: NPM Publish
run: |
npm install
npm test
npm version "v${{ steps.current-time.outputs.formattedTime }}"
git push origin --tags
npm publish