Skip to content

Commit 3418827

Browse files
committed
refactor: remove version validation script and associated job
1 parent dcd4cf1 commit 3418827

3 files changed

Lines changed: 1 addition & 52 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ permissions:
1212
pull-requests: write
1313

1414
jobs:
15-
validate-version:
16-
name: 🧐 Validate Version
17-
uses: ./.github/workflows/validate-version-job.yml
18-
if: startsWith(github.ref, 'refs/tags/')
1915

2016
build:
2117
name: 🏗️ Build Nuget Package
@@ -35,7 +31,7 @@ jobs:
3531
publish-nuget:
3632
name: 📦 Publish Nuget Package
3733
uses: ./.github/workflows/publish-nuget-job.yml
38-
needs: [test, validate-version]
34+
needs: [test]
3935
if: startsWith(github.ref, 'refs/tags/')
4036
with:
4137
dotnet-version: "10.0.x"

.github/workflows/scripts/Check-Version.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/validate-version-job.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)