Skip to content

Commit

Permalink
Try fix gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Oct 2, 2023
1 parent d6688ab commit dfbee1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Install GitVersion
uses: GitTools/actions/gitversion/setup@v0.9.11
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '5.5.0'

Expand All @@ -27,7 +27,7 @@ jobs:

- name: Run GitVersion
id: gitversion
uses: GitTools/actions/gitversion/execute@v0.9.11
uses: gittools/actions/gitversion/execute@v0

- name: Echo version
run: echo ${{ steps.gitversion.outputs.majorMinorPatch }}
Expand Down

0 comments on commit dfbee1d

Please sign in to comment.