diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2024-01-22 15:25:22 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2024-01-22 15:25:22 +0000 |
| commit | 2ee5507d06c4a86001221b90efed5cf6facb074b (patch) | |
| tree | 837c12c2e7c1a74c92793bf99ba0a6a09de1e829 | |
| parent | chore: publish misskey-js automatically (#13014) (diff) | |
| download | sharkey-2ee5507d06c4a86001221b90efed5cf6facb074b.tar.gz sharkey-2ee5507d06c4a86001221b90efed5cf6facb074b.tar.bz2 sharkey-2ee5507d06c4a86001221b90efed5cf6facb074b.zip | |
fix of #13014 (misskey-js publish)
| -rw-r--r-- | .github/workflows/on-release-created.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml index b4c2d843f3..3cc0e5007b 100644 --- a/.github/workflows/on-release-created.yml +++ b/.github/workflows/on-release-created.yml @@ -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: |