Skip to content

chore: upgrade to replicated-lib 0.0.1-beta.14 (#55) #209

chore: upgrade to replicated-lib 0.0.1-beta.14 (#55)

chore: upgrade to replicated-lib 0.0.1-beta.14 (#55) #209

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- name: package
run: make package-all
- name: readme
run: make readme-all
# Commit all changed files back to the repository (dist and readme files)
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automated commit of npm build result and updated readme files