-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch from master to latest take for gittools (#40)
- Loading branch information
1 parent
e947c17
commit 2ed5ab9
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,18 @@ jobs: | |
run: git fetch --prune | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/setup@main | ||
uses: gittools/actions/gitversion/setup@v0.9.8 | ||
with: | ||
versionSpec: '5.x' | ||
|
||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/setup@main | ||
uses: gittools/actions/gitreleasemanager/setup@v0.9.8 | ||
with: | ||
versionSpec: '0.11.x' | ||
|
||
- name: Use GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/execute@main | ||
uses: gittools/actions/gitversion/execute@v0.9.8 | ||
|
||
- name: Create Milestone | ||
uses: WyriHaximus/[email protected] | ||
|