Skip to content

Commit 1d61bef

Browse files
committed
GitVersion actions configurations
1 parent cedfce3 commit 1d61bef

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Messaging CI/CD
1+
name: Messaging CI/CD
22

33
permissions:
44
contents: read
@@ -37,12 +37,10 @@ jobs:
3737
- name: Determine Version
3838
id: gitversion
3939
uses: gittools/actions/gitversion/execute@v4.0.1
40-
with:
41-
useConfigFile: true
4240

4341
- name: Display GitVersion outputs
4442
run: |
45-
echo "?? CD Version Calculation:"
43+
echo "🔍 CD Version Calculation:"
4644
echo "Branch: ${{ github.ref }}"
4745
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
4846
echo "NuGet Version: ${{ steps.gitversion.outputs.NuGetVersion }}"

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- name: Determine Version
3838
id: gitversion
3939
uses: gittools/actions/gitversion/execute@v4.0.1
40-
with:
41-
useConfigFile: true
4240

4341
- name: Display GitVersion outputs
4442
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ jobs:
139139
id: gitversion
140140
uses: gittools/actions/gitversion/execute@v4.0.1
141141
with:
142-
useConfigFile: true
143142
overrideConfig: |
144143
mode=ContinuousDeployment
145144
tag-prefix=[vV]?

0 commit comments

Comments
 (0)