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 0072f01 commit a39d036Copy full SHA for a39d036
.github/workflows/release.yml
@@ -249,7 +249,7 @@ jobs:
249
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
250
251
- name: Alias packages to `latest`
252
- if: ${{ inputs.release_channel == "next" }}
+ if: ${{ inputs.release_channel == 'next' }}
253
run: |
254
npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest
255
env:
0 commit comments