Skip to content

Commit 7dae883

Browse files
authored
Update ci.yaml
1 parent bf80905 commit 7dae883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
repository_dispatch:
33
types: [spec_release]
4+
workflow_dispatch:
45
#on: push
56

67
name: Generate VRChat API SDK
@@ -50,4 +51,4 @@ jobs:
5051
uses: pypa/gh-action-pypi-publish@release/v1
5152
with:
5253
skip_existing: true
53-
password: ${{ secrets.PYPI_API_TOKEN }}
54+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)