Skip to content

Release

Release #17

Workflow file for this run

# Reusable workflow for releases; to eject, you can replace this file with
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/release.yml
# maybe have to add `npm pkg delete scripts.prepare` to fix husky
name: Release
#on:
# push:
# branches:
# - main
on:
workflow_dispatch:
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
uses: ryansonshine/ryansonshine/.github/workflows/release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}