1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

chore: use next-7 tag instead of next tag for 7x version during npm publish (#8164)

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
This commit is contained in:
Dzianis Dashkevich 2023-02-27 16:05:43 -08:00 committed by GitHub
parent 7c3d3f4479
commit 852493ded2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
# publish runs build for us via a prepublishOnly script
- name: npm release
run: npm publish --tag next
run: npm publish --tag next-7
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}