Skip to content

Commit

Permalink
Do not publish nightly Turbopack Releases (#4112)
Browse files Browse the repository at this point in the history
We'll still generate the tag, but won't be adding a prerelease release.
  • Loading branch information
jridgewell authored and mehulkar committed Mar 7, 2023
1 parent 8c56161 commit 578b97b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/turbopack-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_sha: ${{ steps.green_commit.outputs.result }}
prefix: "turbopack-"

- name: Create GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Turbopack Nightly Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
prerelease: true

0 comments on commit 578b97b

Please sign in to comment.