Skip to content

Commit

Permalink
chore: use next-7 tag instead of next tag for 7x version during npm p…
Browse files Browse the repository at this point in the history
…ublish (#8164)

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
  • Loading branch information
dzianis-dashkevich and Dzianis Dashkevich authored Feb 28, 2023
1 parent 7c3d3f4 commit 852493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 852493d

Please sign in to comment.