Skip to content

Commit 9e69081

Browse files
committed
chore: remove-bad-step
1 parent f45c638 commit 9e69081

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444

4545
- uses: nrwl/nx-set-shas@v4
4646

47-
- run: git branch --track main origin/main
48-
4947
- name: setup pnpm config
5048
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
5149

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"!{workspaceRoot}/contributing_docs/*.md",
1414
"!{workspaceRoot}/.verdaccio/*"
1515
],
16-
"sharedGlobals": [],
16+
"sharedGlobals": ["{projectRoot}/.github/workflows/*.yml"],
1717
"production": [
1818
"default",
1919
"!{projectRoot}/**/?(*.)+(spec|test|mock).[jt]s?(x)?(.snap)",

0 commit comments

Comments
 (0)