Skip to content

Commit

Permalink
automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Oct 14, 2023
1 parent 396b7f0 commit 776b952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Deploy NuGet Package

env:
DOTNET_VERSION: '7.x.x'
PROJECT_PATH: './Pandatech.Crypto/Pandatech.Crypto.csproj'
OUTPUT_DIR: 'nupkgs'
NUGET_SOURCE: 'https://api.nuget.org/v3/index.json'
Expand All @@ -17,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ ${{ env.DOTNET_VERSION }} ]
dotnet-version: [ '7.x.x' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 776b952

Please sign in to comment.