chore(update dependencies): update dependencies to latest 20250117 #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: | |
- 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 }} |