Skip to content

Commit

Permalink
cleaning up the rest of the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Oct 5, 2023
1 parent 1636ece commit 4d8238b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format_repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: csharpier
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.400'
- uses: actions/setup-dotnet@v3
- uses: actions/checkout@v2
with:
repository: belav/csharpier-repos
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ jobs:
name: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
7.0.400
6.0.300
- uses: actions/setup-dotnet@v3
- run: >
dotnet test Src/CSharpier.Tests/CSharpier.Tests.csproj
--configuration Release
Expand All @@ -29,11 +25,7 @@ jobs:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
7.0.400
6.0.300
- uses: actions/setup-dotnet@v3
- name: Publish CSharpier.Core library on version change
uses: alirezanet/[email protected]
with:
Expand Down

0 comments on commit 4d8238b

Please sign in to comment.