We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eb89b commit 2fc2608Copy full SHA for 2fc2608
.github/workflows/publish.yml
@@ -45,12 +45,8 @@ jobs:
45
if: github.event.release.prelease == false
46
run: yarn npm publish --tag latest --provenance
47
working-directory: packages/react-datetime-picker
48
- env:
49
- YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
51
- name: Publish with next tag
52
if: github.event.release.prelease == true
53
run: yarn npm publish --tag next --provenance
54
55
56
0 commit comments