We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fb5f6 commit c73b7efCopy full SHA for c73b7ef
1 file changed
.github/workflows/publish.yml
@@ -33,4 +33,5 @@ jobs:
33
uses: JS-DevTools/npm-publish@v3.1.1
34
with:
35
token: ${{ secrets.NPM_AUTH_TOKEN }}
36
+ tag: ${{ contains(github.ref, '-') && 'next' || 'latest' }}
37
access: public
0 commit comments