Skip to content

chore(deps): lock file maintenance (#545) #433

chore(deps): lock file maintenance (#545)

chore(deps): lock file maintenance (#545) #433

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
release:
uses: WillBooster/reusable-workflows/.github/workflows/release.yml@main
with:
github_hosted_runner: true
secrets:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL_FOR_RELEASE }}
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}