github, wake up

This commit is contained in:
folex 2021-07-30 17:47:14 +03:00
parent fe4280c8c4
commit 1657a50fe5

View File

@ -46,6 +46,7 @@ jobs:
- name: Publish to NPM
run: |
echo github, wake up
npm --no-git-tag-version version ${{ env.RELEASE_VERSION }}
npm publish --access public
env: