Skip to content

Commit dcb2ca4

Browse files
authored
Upgrade npm-publish action to version 4
Action was failing. Trying v4 before anything else.
1 parent 68641b8 commit dcb2ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-sites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
else
5959
echo "npm_tag=alpha" >> $GITHUB_ENV
6060
fi
61-
- uses: JS-DevTools/npm-publish@v2
61+
- uses: JS-DevTools/npm-publish@v4
6262
with:
6363
# use verified publisher; token: ${{ secrets.NPM_TOKEN }}
6464
access: public

0 commit comments

Comments
 (0)