File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 88 required : false
99 default : ' next'
1010 type : string
11+ pull_request :
1112
1213permissions :
1314 contents : read
@@ -243,22 +244,23 @@ jobs:
243244 name : tailwindcss-standalone
244245 path : packages/@tailwindcss-standalone/dist/
245246
246- - name : Publish
247- run : pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks
248- env :
249- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
247+ # - name: Publish
248+ # run: pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks
249+ # env:
250+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
250251
251- - name : Alias packages to `latest`
252- if : ${{ inputs.release_channel == 'next' }}
253- run : |
254- npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest
255- env :
256- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
252+ # - name: Alias packages to `latest`
253+ # if: ${{ inputs.release_channel == 'next' }}
254+ # run: |
255+ # npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest
256+ # env:
257+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
257258
258259 - name : Release
259260 uses : softprops/action-gh-release@v2
260261 with :
261262 draft : true
263+ name : temp-musl-draft
262264 tag_name : ${{ env.TAG_NAME }}
263265 body : |
264266 ${{ env.RELEASE_NOTES }}
You can’t perform that action at this time.
0 commit comments