Skip to content

Bump braces from 3.0.2 to 3.0.3 in /website (#1470) #146

Bump braces from 3.0.2 to 3.0.3 in /website (#1470)

Bump braces from 3.0.2 to 3.0.3 in /website (#1470) #146

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 16
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}