Skip to content

Commit 9078640

Browse files
committed
Updated GitHub Actions
1 parent 8fbadaa commit 9078640

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
12-
- uses: gittools/actions/gitversion/[email protected].13
12+
- uses: gittools/actions/gitversion/[email protected].15
1313
with:
14-
versionSpec: '5.7.x'
15-
- uses: gittools/actions/gitversion/[email protected].13
14+
versionSpec: '5.11.x'
15+
- uses: gittools/actions/gitversion/[email protected].15
1616
id: gitversion
1717
- if: steps.gitversion.outputs.preReleaseLabel != ''
1818
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
@@ -40,7 +40,6 @@ jobs:
4040
if: steps.gitversion.outputs.preReleaseLabel == ''
4141
uses: peaceiris/actions-gh-pages@v3
4242
with:
43-
github_token: ${{github.token}}
4443
force_orphan: true
4544
publish_dir: docs
4645
cname: typescript.typedrest.net

0 commit comments

Comments
 (0)