Skip to content

fix(deps): update all non-major dependencies (#10103) #3444

fix(deps): update all non-major dependencies (#10103)

fix(deps): update all non-major dependencies (#10103) #3444

Workflow file for this run

name: release
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@bcb53d910698d29749511f386139ad8180269101 # main
with:
releaseScript: release
secrets:
# githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}