Skip to content

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

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

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

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions: {}
jobs:
release:
name: release
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 24.10.0
- run: yarn install --immutable
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}