Skip to content

Commit

Permalink
mayhaps fix insiders workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 12, 2022
1 parent 01f928d commit 454682b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
env:
CI: true

- name: Unlink Tailwind CSS (for prettier)
run: |
unlink node_modules/tailwindcss
env:
CI: true

- name: Resolve version
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit 454682b

Please sign in to comment.