We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29cc64 commit 99865e5Copy full SHA for 99865e5
1 file changed
.github/workflows/deploy.yml
@@ -29,22 +29,16 @@ jobs:
29
name: npm
30
path: lib
31
- run: npm publish --access public
32
- env:
33
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34
if: |
35
github.repository == 'novnc/noVNC' &&
36
github.event_name == 'release' &&
37
!github.event.release.prerelease
38
- run: npm publish --access public --tag beta
39
40
41
42
43
44
github.event.release.prerelease
45
- run: npm publish --access public --tag dev
46
47
48
49
50
github.event_name == 'push' &&
0 commit comments