Skip to content

Commit 243127c

Browse files
🔒️ Disable Bun dependency cache in the publish workflow (#173)
1 parent 41d9813 commit 243127c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
1717
with:
1818
bun-version: 1.3.12
19+
no-cache: true
1920
- run: bun install --frozen-lockfile
2021
- run: bun run package
2122
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
@@ -33,6 +34,7 @@ jobs:
3334
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
3435
with:
3536
bun-version: 1.3.12
37+
no-cache: true
3638
- run: bun install --frozen-lockfile
3739
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1
3840
with:
@@ -51,6 +53,7 @@ jobs:
5153
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5254
with:
5355
bun-version: 1.3.12
56+
no-cache: true
5457
- run: bun install --frozen-lockfile
5558
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1
5659
with:

0 commit comments

Comments
 (0)