Skip to content

Commit

Permalink
merge publish.yml into release.yml (#78)
Browse files Browse the repository at this point in the history
* merge publish.yml into release.yml

* merge publish.yml into release.yml
  • Loading branch information
bverbeken authored Mar 20, 2023
1 parent 7d8c244 commit 7ae1bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pushToNuget.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
env:
VERSION_TO_BUMP: ${{ inputs.versionToBump }}
GH_TOKEN: ${{ github.token }}
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x
- run: dotnet pack --configuration Release SeatsioDotNet/SeatsioDotNet.csproj -o SeatsioDotNet
- run: dotnet nuget push SeatsioDotNet/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit 7ae1bf9

Please sign in to comment.