-
-
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.
Update gittools/actions action to v3.0.2 (#1133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
84967aa
commit b104dba
Showing
1 changed file
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,21 +28,21 @@ jobs: | |
msg: ${{ github.repository }} | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].1 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
with: | ||
versionSpec: '5.x' | ||
|
||
- name: Use GitVersion | ||
uses: gittools/actions/gitversion/[email protected].1 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
id: gitversion | ||
|
||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected].1 | ||
uses: gittools/actions/gitreleasemanager/[email protected].2 | ||
with: | ||
versionSpec: '0.14.x' | ||
|
||
- name: Create release with GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected].1 | ||
uses: gittools/actions/gitreleasemanager/[email protected].2 | ||
with: | ||
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} | ||
owner: ${{ steps.repo.outputs._0 }} | ||
|
@@ -53,15 +53,15 @@ jobs: | |
release.zip | ||
- name: Publish release with GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected].1 | ||
uses: gittools/actions/gitreleasemanager/[email protected].2 | ||
with: | ||
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} | ||
owner: ${{ steps.repo.outputs._0 }} | ||
repository: ${{ steps.repo.outputs._1 }} | ||
tagName: ${{ steps.gitversion.outputs.majorMinorPatch }} | ||
|
||
- name: Close release with GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected].1 | ||
uses: gittools/actions/gitreleasemanager/[email protected].2 | ||
with: | ||
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} | ||
owner: ${{ steps.repo.outputs._0 }} | ||
|