From e162c5164c318a74b477889b80412ef4727308c9 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 9 Jan 2025 09:10:25 -0500 Subject: [PATCH] Run release workflow --- .github/workflows/release.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index faa4a8271342..e5642da1f7c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: required: false default: 'next' type: string + pull_request: permissions: contents: read @@ -243,22 +244,23 @@ jobs: name: tailwindcss-standalone path: packages/@tailwindcss-standalone/dist/ - - name: Publish - run: pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish + # run: pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Alias packages to `latest` - if: ${{ inputs.release_channel == 'next' }} - run: | - npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Alias packages to `latest` + # if: ${{ inputs.release_channel == 'next' }} + # run: | + # npm dist-tag add @tailwindcss/upgrade@${{ env.TAG_NAME }} latest + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Release uses: softprops/action-gh-release@v2 with: draft: true + name: temp-musl-draft tag_name: ${{ env.TAG_NAME }} body: | ${{ env.RELEASE_NOTES }}