We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbadaa commit 9078640Copy full SHA for 9078640
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
9
- uses: actions/checkout@v3
10
with:
11
fetch-depth: 0
12
- - uses: gittools/actions/gitversion/setup@v0.9.13
+ - uses: gittools/actions/gitversion/setup@v0.9.15
13
14
- versionSpec: '5.7.x'
15
- - uses: gittools/actions/gitversion/execute@v0.9.13
+ versionSpec: '5.11.x'
+ - uses: gittools/actions/gitversion/execute@v0.9.15
16
id: gitversion
17
- if: steps.gitversion.outputs.preReleaseLabel != ''
18
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
@@ -40,7 +40,6 @@ jobs:
40
if: steps.gitversion.outputs.preReleaseLabel == ''
41
uses: peaceiris/actions-gh-pages@v3
42
43
- github_token: ${{github.token}}
44
force_orphan: true
45
publish_dir: docs
46
cname: typescript.typedrest.net
0 commit comments