Skip to content

Commit

Permalink
bump to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lineville committed Nov 16, 2023
1 parent 48315a7 commit 30f6076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}

- name: 🧪 Test
env:
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
run: |
dotnet test
Expand Down
2 changes: 1 addition & 1 deletion USTACLI/usta-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ToolCommandName>usta-cli</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>2.0.6</PackageVersion>
<PackageVersion>2.0.7</PackageVersion>
<RepositoryUrl>https://github.com/lineville/usta-cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down

0 comments on commit 30f6076

Please sign in to comment.