Skip to content

Commit ac08787

Browse files
authored
Fix: attempt to fix workflow (again) (#69)
* fix: attempt to resolve workflow issue(s) again.
1 parent 0990807 commit ac08787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/setup-node@v4
4747
with:
4848
node-version: 22
49+
registry-url: "https://registry.npmjs.org"
4950

5051
# Build / format / lint
5152
- run: npm install
@@ -97,4 +98,4 @@ jobs:
9798

9899
# Publish to npm
99100
- name: Publish to npm
100-
run: npm publish --provenance --access public
101+
run: npm publish --access public

0 commit comments

Comments
 (0)