Skip to content

Commit e1d18e6

Browse files
authored
Update publish.yml
1 parent bdac744 commit e1d18e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm install
17-
- run: npm publish --access public
17+
- run: npm publish --access public --tag next
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)