Skip to content

Commit

Permalink
skip checking types for now
Browse files Browse the repository at this point in the history
Not really an issue with the types, but with this part of the GitHub
Actions
  • Loading branch information
RobinMalfait committed Dec 20, 2023
1 parent a7cf43e commit 1c2982a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Check Types
run: |
yarn build
yarn lint-types
env:
CI: true

- run: git fetch --tags -f

- name: Resolve version
Expand Down

1 comment on commit 1c2982a

@vercel
Copy link

@vercel vercel bot commented on 1c2982a Dec 20, 2023

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:

headlessui-vue – ./packages/playground-vue

headlessui-vue-git-main-tailwindlabs.vercel.app
headlessui-vue.vercel.app
headlessui-vue-tailwindlabs.vercel.app

Please sign in to comment.