Skip to content

Commit 3b8925a

Browse files
committed
fix workflow
1 parent 157757f commit 3b8925a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: "18.x"
21-
cache: "npm"
22-
registry-url: https://registry.npmjs.org/
2321

2422
- name: Configure git
2523
run: |
@@ -45,7 +43,7 @@ jobs:
4543
run: echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT
4644

4745
- name: Create release
48-
uses: actions/crete-release@v1
46+
uses: actions/create-release@v1
4947
env:
5048
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5149
with:

0 commit comments

Comments
 (0)