Skip to content

Bump @mui/material from 5.16.6 to 6.0.1 in /site #325

Bump @mui/material from 5.16.6 to 6.0.1 in /site

Bump @mui/material from 5.16.6 to 6.0.1 in /site #325

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 }}