Skip to content

chore(deps): update dependency @shopify/eslint-plugin to v43 (#270) #327

chore(deps): update dependency @shopify/eslint-plugin to v43 (#270)

chore(deps): update dependency @shopify/eslint-plugin to v43 (#270) #327

Workflow file for this run

# Note: this pipelines is for the `shared-config` library
name: release
on:
push:
branches:
- main
jobs:
stable:
uses: ./.github/workflows/release-stable.yml
with:
releaseScript: release
nodeVersion: 18
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}