Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov authored May 4, 2024
1 parent 76367c5 commit a3f8902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
FINAL_VERSION="${VERSION_PARTS[0]}.${VERSION_PARTS[1]}.$THIRD_FOURTH.$GITHUB_RUN_NUMBER"
# Append suffix if on development branch
if [ "${{ github.ref }}" == "refs/heads/master" ]; then
#if [ "${{ github.ref }}" == "refs/heads/master" ]; then
if [ "${{ github.event_name }}" == "release" ]; then
SUFFIX=""
else
SUFFIX="-beta"
Expand Down

0 comments on commit a3f8902

Please sign in to comment.