fix of #13014 (misskey-js publish)
This commit is contained in:
parent
31a39776f5
commit
2ee5507d06
1 changed files with 3 additions and 1 deletions
4
.github/workflows/on-release-created.yml
vendored
4
.github/workflows/on-release-created.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Publish Node.js Package
|
||||
name: On Release Created (Publish misskey-js)
|
||||
|
||||
on:
|
||||
release:
|
||||
|
@ -21,6 +21,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue