Skip to content

Commit

Permalink
fix: Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfosp authored Jan 27, 2025
1 parent fabb9e8 commit 5b76142
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
RELEASE_VERSION="${{ steps.semantic_release.outputs.newReleaseVersion }}"
CLEANED_VERSION="${RELEASE_VERSION#v}"
echo "NEXT_VERSION=$CLEANED_VERSION" >> $GITHUB_ENV
echo "Formatted version (NEXT_VERSION): $CLEANED_VERSION"
echo "Formatted version NEXT_VERSION: $CLEANED_VERSION"
- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 5b76142

Please sign in to comment.