Skip to content

v0.2.1

v0.2.1 #4

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
release:
uses: lucaswerkmeister/m3api/.github/workflows/release.yaml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}