Skip to content

Commit

Permalink
don't use gitversion shit
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Apr 4, 2024
1 parent d38593f commit 3f088eb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
with:
fetch-depth: 0

- name: Setup - GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '5.x'
preferLatestVersion: true

- name: Setup - dotnet framework 4.8
run: |
choco install netfx-4.8-devpack -y
Expand All @@ -42,12 +36,6 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ github.token }}

- name: GitVersion
id: git-version
uses: gittools/actions/gitversion/execute@v0
with:
useConfigFile: false

- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion

Expand Down

0 comments on commit 3f088eb

Please sign in to comment.