Skip to content

Merge pull request #217 from BrightspaceUILabs/dependabot/npm_and_yar… #70

Merge pull request #217 from BrightspaceUILabs/dependabot/npm_and_yar…

Merge pull request #217 from BrightspaceUILabs/dependabot/npm_and_yar… #70

Workflow file for this run

name: Release
on:
push:
branches:
- main
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: Semantic Release
uses: BrightspaceUI/actions/semantic-release@main
with:
GITHUB_TOKEN: ${{ secrets.D2L_GITHUB_TOKEN }}
NPM: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}