Skip to content

Commit

Permalink
Update gittools/actions action to v3.0.4 (#1164)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 5c229b2 commit 424d91b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
msg: ${{ github.repository }}

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].3
uses: gittools/actions/gitversion/[email protected].4
with:
versionSpec: '5.x'

- name: Use GitVersion
uses: gittools/actions/gitversion/[email protected].3
uses: gittools/actions/gitversion/[email protected].4
id: gitversion

- name: Install GitReleaseManager
uses: gittools/actions/gitreleasemanager/[email protected].3
uses: gittools/actions/gitreleasemanager/[email protected].4
with:
versionSpec: '0.14.x'

- name: Create release with GitReleaseManager
uses: gittools/actions/gitreleasemanager/[email protected].3
uses: gittools/actions/gitreleasemanager/[email protected].4
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
Expand All @@ -53,15 +53,15 @@ jobs:
release.zip
- name: Publish release with GitReleaseManager
uses: gittools/actions/gitreleasemanager/[email protected].3
uses: gittools/actions/gitreleasemanager/[email protected].4
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].3
uses: gittools/actions/gitreleasemanager/[email protected].4
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
Expand Down

0 comments on commit 424d91b

Please sign in to comment.