Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taron-art authored Feb 7, 2025
1 parent ca0d9c3 commit 7ac7eb5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set version to env variable
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF#refs/*/})

# Install the .NET Core workload
- name: Install .NET Core
Expand All @@ -39,7 +36,7 @@ jobs:
- name: Update version in code
uses: actions/[email protected]
with:
Script: src/updateVersion.ps1 $RELEASE_VERSION
Script: src/updateVersion.ps1 ${GITHUB_REF#refs/*/}

# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down

0 comments on commit 7ac7eb5

Please sign in to comment.