Skip to content

Commit 852493d

Browse files
dzianis-dashkevichDzianis Dashkevich
andauthored
chore: use next-7 tag instead of next tag for 7x version during npm publish (#8164)
Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
1 parent 7c3d3f4 commit 852493d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# publish runs build for us via a prepublishOnly script
3939
- name: npm release
40-
run: npm publish --tag next
40+
run: npm publish --tag next-7
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343

0 commit comments

Comments
 (0)