We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87404fb commit d5aa4cdCopy full SHA for d5aa4cd
.github/workflows/ci.yaml
@@ -36,16 +36,16 @@ jobs:
36
- name: Download specification
37
run: curl -L -o openapi.yaml https://vrchat.community/openapi.yaml
38
39
- - name: Build
40
- run: pnpm build
41
-
42
- name: Update version
43
run: |
44
VERSION=$(yq '.info.version' openapi.yaml | tr -d '"')
45
46
pnpm version ${VERSION} --no-git-tag-version
47
pnpm version prerelease --no-git-tag-version --preid next
48
+ - name: Build
+ run: pnpm build
+
49
- name: Release
50
51
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
0 commit comments