We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f57930 commit d295146Copy full SHA for d295146
.github/workflows/dotnet.yaml
@@ -80,7 +80,6 @@ jobs:
80
- name: Push to GitHub Packages
81
uses: docker/build-push-action@v2
82
with:
83
- push: ${{ github.event_name == 'release' }}
84
context: ./artifacts
85
tags: ${{ steps.prep.outputs.tags }}
86
labels: |
src/SampleExchangeApi.Console/SampleExchangeApi.Console.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
<PropertyGroup>
3
<TargetFramework>net6.0</TargetFramework>
4
- <Version>0.2.0</Version>
+ <Version>0.2.1</Version>
5
<Nullable>enable</Nullable>
6
</PropertyGroup>
7
<ItemGroup>
0 commit comments