Skip to content

Commit 2beb644

Browse files
ci(fix): forget to checking out CWD before installing that node
For nix to install nodejs from the current working directory, you need to check out the current working directory first.
1 parent cef5889 commit 2beb644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/many--publish-npm-package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
PACKAGE_NAME: ${{ needs.build.outputs.package_name }}
138138
PACKAGE_VERSION: ${{ needs.build.outputs.package_version }}
139139
steps:
140+
- name: Checkout repository
141+
uses: actions/[email protected]
140142
- name: Install Nix using cachix
141143
uses: cachix/[email protected]
142144
- name: Set up Node.js using nix

0 commit comments

Comments
 (0)