Skip to content

Commit

Permalink
fix of #13014 (misskey-js publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 22, 2024
1 parent 31a3977 commit 2ee5507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-release-created.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Node.js Package
name: On Release Created (Publish misskey-js)

on:
release:
Expand All @@ -21,6 +21,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 2ee5507

Please sign in to comment.