Skip to content

Commit a39d036

Browse files
committed
use single quotes
1 parent 0072f01 commit a39d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
250250

251251
- name: Alias packages to `latest`
252-
if: ${{ inputs.release_channel == "next" }}
252+
if: ${{ inputs.release_channel == 'next' }}
253253
run: |
254254
npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest
255255
env:

0 commit comments

Comments
 (0)