File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 8
8
required : false
9
9
default : ' next'
10
10
type : string
11
+ pull_request :
11
12
12
13
permissions :
13
14
contents : read
@@ -243,22 +244,23 @@ jobs:
243
244
name : tailwindcss-standalone
244
245
path : packages/@tailwindcss-standalone/dist/
245
246
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 }}
250
251
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 }}
257
258
258
259
- name : Release
259
260
uses : softprops/action-gh-release@v2
260
261
with :
261
262
draft : true
263
+ name : temp-musl-draft
262
264
tag_name : ${{ env.TAG_NAME }}
263
265
body : |
264
266
${{ env.RELEASE_NOTES }}
You can’t perform that action at this time.
0 commit comments