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.
latest
1 parent 229b198 commit 536e38fCopy full SHA for 536e38f
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "TAILWINDCSS_VERSION=$(node -e 'console.log(require(`./package.json`).version);')" >> $GITHUB_ENV
46
47
- name: Publish
48
- run: npm publish --provenance --tag ${{ env.RELEASE_CHANNEL }}
+ run: npm publish --provenance
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51
0 commit comments