Skip to content

Commit

Permalink
trigger validation of package
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Nov 24, 2023
1 parent 92f5e07 commit 3bb5568
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
pull_request:
workflow_dispatch:

env:
Expand Down Expand Up @@ -105,5 +106,11 @@ jobs:
- name: Pack
run: dotnet pack -c Release -p:RunRustBuild=false -p:IncludeAllRustBuilds=true

- name: Upload package for validation
uses: actions/upload-artifact@master
with:
name: package-validation
path: ./src/bin/Release

# - name: Publish to NuGet
# run: dotnet nuget push "src/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 3bb5568

Please sign in to comment.