Skip to content

Commit 2b37aa4

Browse files
feat: skip cache during publish
TICKET: WP-6096
1 parent f7023ec commit 2b37aa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ permissions:
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313

14+
env:
15+
NX_NO_CLOUD: true
16+
NX_SKIP_NX_CACHE: true
17+
1418
jobs:
1519
publish:
1620
name: Publish Release

0 commit comments

Comments
 (0)