Skip to content

Update DMP Chef link to GitHub repository #699

Update DMP Chef link to GitHub repository

Update DMP Chef link to GitHub repository #699

Workflow file for this run

name: Create release on GitHub
on:
push:
branches:
- main
jobs:
release-version-on-github:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Node.js dependencies
run: yarn install --pure-lockfile
- name: Format check
run: yarn format
- name: Lint check
run: yarn lint
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.BOT_ACTIONS }}
run: yarn semantic-release