Skip to content

fix: chore(deps): bump @stylistic/stylelint-plugin from 3.0.0 to 3.0.… #37

fix: chore(deps): bump @stylistic/stylelint-plugin from 3.0.0 to 3.0.…

fix: chore(deps): bump @stylistic/stylelint-plugin from 3.0.0 to 3.0.… #37

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: Brightspace/third-party-actions@actions/checkout
with:
persist-credentials: false
- name: Setup Node
uses: Brightspace/third-party-actions@actions/setup-node
- name: Semantic Release
uses: BrightspaceUI/actions/semantic-release@main
with:
GITHUB_TOKEN: ${{ secrets.D2L_RELEASE_TOKEN }}
NPM: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}