Skip to content

chore(deps): update dependency typescript to v5.9.3 (#10695) #79

chore(deps): update dependency typescript to v5.9.3 (#10695)

chore(deps): update dependency typescript to v5.9.3 (#10695) #79

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 }}