Skip to content

Commit

Permalink
Revert "chore: sync lock"
Browse files Browse the repository at this point in the history
This reverts commit 1130611.
  • Loading branch information
juliusmarminge committed Jan 12, 2024
1 parent 1130611 commit b41b4c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# Changeset has some issues with pnpm so we sync it up manually
- name: Sync lockfile if necessary
if: steps.changeset.outputs.hasChangesets == 'true'
run: |
git checkout changeset-release/main
bun install
git add .
git commit -m "chore(release): 📦 sync lockfile"
git push origin changeset-release/main

2 comments on commit b41b4c2

@vercel
Copy link

@vercel vercel bot commented on b41b4c2 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env – ./docs

t3-env-git-main-t3-oss.vercel.app
t3-env-t3-oss.vercel.app
t3-env.vercel.app
env.t3.gg
env.t3.wtf

@vercel
Copy link

@vercel vercel bot commented on b41b4c2 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env-nextjs – ./examples/nextjs

t3-env-nextjs-t3-oss.vercel.app
t3-env-nextjs-git-main-t3-oss.vercel.app
t3-env-nextjs.vercel.app

Please sign in to comment.