Skip to content

Merge pull request #13 from zerodays/feat/allow-sync-render-functions #11

Merge pull request #13 from zerodays/feat/allow-sync-render-functions

Merge pull request #13 from zerodays/feat/allow-sync-render-functions #11

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
name: Release
on:
push:
branches:
- master
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
uses: ryansonshine/ryansonshine/.github/workflows/release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}