We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157757f commit 3b8925aCopy full SHA for 3b8925a
1 file changed
.github/workflows/publish.yml
@@ -18,8 +18,6 @@ jobs:
18
uses: actions/setup-node@v4
19
with:
20
node-version: "18.x"
21
- cache: "npm"
22
- registry-url: https://registry.npmjs.org/
23
24
- name: Configure git
25
run: |
@@ -45,7 +43,7 @@ jobs:
45
43
run: echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT
46
44
47
- name: Create release
48
- uses: actions/crete-release@v1
+ uses: actions/create-release@v1
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
0 commit comments