Skip to content

Bump gatsby-remark-images from 7.12.3 to 7.13.1 in /site #34

Bump gatsby-remark-images from 7.12.3 to 7.13.1 in /site

Bump gatsby-remark-images from 7.12.3 to 7.13.1 in /site #34

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