Skip to content

Commit 7082bbd

Browse files
authored
Merge pull request #32 from tokenbound/bj/fp-29-setup-npm-ci-releases-for-sdk
fix nesting in workflow
2 parents 6901ba5 + 255b49a commit 7082bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Set up PNPM
1818
uses: pnpm/action-setup@v2
19-
with:
20-
version: 8
19+
with:
20+
version: 8
2121

2222
- name: Set up Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)