Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/site/emotion/react-1… #319

Merge branch 'main' into dependabot/npm_and_yarn/site/emotion/react-1…

Merge branch 'main' into dependabot/npm_and_yarn/site/emotion/react-1… #319

Workflow file for this run

name: Release
on:
push:
tags: [ "v[0-9]+.[0-9]+.[0-9]+*" ]
jobs:
build:
uses: ./.github/workflows/continuous-integration.yml
nuget-push:
runs-on: windows-2022
needs: build
steps:
- name: Download artifact
ses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2.1.1
with:
name: package
path: ./package
- name: Publish to nuget
run: dotnet nuget push ".\package\*.nupkg" --no-symbols --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }}