Skip to content

Commit

Permalink
Configuration Nuget Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorporfirio committed May 24, 2021
1 parent 165dad9 commit 03b595b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- main
env:
PROJECT_PATH: 'src/CheckClauses/CheckClauses.csproj'
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'
jobs:
build-test-publish:
name: publish to nuget
Expand Down Expand Up @@ -35,7 +34,4 @@ jobs:
TAG_COMMIT: true # Flag to enable / disable git tagging
TAG_FORMAT: v* # Format of the git tag, [*] gets replaced with version
NUGET_KEY: ${{secrets.NUGET_API_KEY}} # nuget.org API key
NUGET_SOURCE: ${{env.NUGET_SOURCE_URL}}



0 comments on commit 03b595b

Please sign in to comment.