Skip to content

chore(deps): update dependency replace-in-file to v8 (#126) #214

chore(deps): update dependency replace-in-file to v8 (#126)

chore(deps): update dependency replace-in-file to v8 (#126) #214

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install npm dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Run automated release process with semantic-release
if: github.ref_name == 'main'
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}