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:
parent
7c3d3f4479
commit
852493ded2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user