Skip to content

build(deps-dev): bump chai-as-promised from 7.1.2 to 8.0.0 (#173) #64

build(deps-dev): bump chai-as-promised from 7.1.2 to 8.0.0 (#173)

build(deps-dev): bump chai-as-promised from 7.1.2 to 8.0.0 (#173) #64

Workflow file for this run

name: Release
on:
push:
branches:
- master
- '[0-9]+.x'
- '[0-9]+.[0-9]+.x'
jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Release
timeout-minutes: 5
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
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Semantic Release
id: semantic-release
uses: BrightspaceUI/actions/semantic-release@main
with:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.D2L_RELEASE_TOKEN }}
NPM: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}