Skip to content

Commit

Permalink
Update version in GitHub workflows
Browse files Browse the repository at this point in the history
The version number in the packages.yml file under GitHub workflows has been updated. The new version has been changed from 3.0.5-preview to 3.0.6-preview. This revision is aligned with the progress of our development stages.
  • Loading branch information
sfmskywalker committed Feb 26, 2024
1 parent 1c2db8d commit f695b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.0.5-preview.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.0.6-preview.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}
Expand Down

0 comments on commit f695b36

Please sign in to comment.