Skip to content

Commit

Permalink
Always release the current main branch (vercel#4237)
Browse files Browse the repository at this point in the history
### Description

It's not really helpful that we have to wait for main CI to succeed
until we can publish a version.

Also note that the action we used to use is broken anyway:
talentpair/last-green-commit-action#277
  • Loading branch information
sokra authored Mar 17, 2023
1 parent 11cca67 commit 6f98ef0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/turbopack-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Get latest commit that passes CI
uses: talentpair/last-green-commit-action@d95cfa836b22ef047dd0a8ddb1e6d9567982d702
id: green_commit
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Tag nightly
id: tag_version
uses: ./.github/actions/turbopack-bump
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_sha: ${{ steps.green_commit.outputs.result }}
prefix: "turbopack-"

0 comments on commit 6f98ef0

Please sign in to comment.