We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dde55 commit 36995d3Copy full SHA for 36995d3
readme.md
@@ -7,4 +7,18 @@
7
* documentation for the typed-api-spec package
8
* hosted on nota.github.io/typed-api-spec/
9
* examples
10
- * examples of using the typed-api-spec package
+ * examples of using the typed-api-spec package
11
+
12
+## Publishing
13
14
+### npm
15
16
+`v*.*.*` タグを push すると、GitHub Actions により自動的に npmjs に publish されます。
17
18
+### GitHub Packages
19
20
+GitHub Actions の `workflow_dispatch` により手動で GitHub Packages に publish できます。実行にはCollaborator以上の権限が必要です。
21
22
+1. リポジトリの **Actions** タブを開く
23
+2. **"Publish Package to GitHub Packages"** ワークフローを選択
24
+3. **"Run workflow"** をクリックし、必要に応じてバージョンを入力して実行
0 commit comments