Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

build(deps-dev): bump @babel/traverse from 7.15.4 to 7.23.2 (#77) #84

build(deps-dev): bump @babel/traverse from 7.15.4 to 7.23.2 (#77)

build(deps-dev): bump @babel/traverse from 7.15.4 to 7.23.2 (#77) #84

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