Skip to content

ExRam.Gremlinq 12.2.1 #1

ExRam.Gremlinq 12.2.1

ExRam.Gremlinq 12.2.1 #1

Workflow file for this run

name: Push stable packages
on:
release:
types: [published]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: robinraju/[email protected]
with:
releaseId: ${{ github.event.release.id }}
fileName: "${{ github.event.repository.name }}.*.nupkg"
- name: Push NuGet packages to NuGet.org
run: dotnet nuget push **/${{ github.event.repository.name }}.*.nupkg
--source https://api.nuget.org/v3/index.json
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
--no-symbols
--skip-duplicate