Skip to content

Commit

Permalink
Version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsm committed Nov 29, 2020
1 parent 1278d54 commit 81980bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/millistream.streaming.datatypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Millistream.Streaming.DataTypes

env:
major: 1
minor: 0
minor: 1
patch: 0

on:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash
run: |
runNumber=$GITHUB_RUN_NUMBER
revision=$((runNumber-1))
revision=$((runNumber-2))
version=$major.$minor.$revision
dotnet build Source/Millistream.Streaming.DataTypes/Millistream.Streaming.DataTypes.csproj -c Release -p:Version=$version
dotnet build Tests/Millistream.Streaming.DataTypes.UnitTests/Millistream.Streaming.DataTypes.UnitTests.csproj -c Release -p:Version=$version
Expand Down

0 comments on commit 81980bb

Please sign in to comment.