Skip to content

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#196) #184

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#196)

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#196) #184

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@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Node.js dependencies
run: yarn install --frozen-lockfile
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.BOT_ACTIONS }}
run: yarn semantic-release