Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazzani authored Oct 24, 2021
1 parent 5361ab5 commit ecabe1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ jobs:

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
versionSpec: '5.2.x'

- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/[email protected]

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v1
with:
Expand All @@ -37,4 +42,4 @@ jobs:
- name: Push generated package
run: |
dotnet nuget push ./EF.Extensions.PgCopy/out/*.nupkg --api-key ${{secrets.Nuget}} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
dotnet nuget push ./EF.Extensions.PgCopy/out/*.nupkg --api-key ${{secrets.Nuget}} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json

0 comments on commit ecabe1f

Please sign in to comment.