Skip to content

Commit

Permalink
use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Dec 13, 2024
1 parent 0072f01 commit a39d036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Alias packages to `latest`
if: ${{ inputs.release_channel == "next" }}
if: ${{ inputs.release_channel == 'next' }}
run: |
npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest
env:
Expand Down

0 comments on commit a39d036

Please sign in to comment.