Skip to content

Commit e162c51

Browse files
committed
Run release workflow
1 parent 4e19bbe commit e162c51

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/release.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
required: false
99
default: 'next'
1010
type: string
11+
pull_request:
1112

1213
permissions:
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 }}

0 commit comments

Comments
 (0)