Skip to content

Bump semver from 5.7.1 to 5.7.2 (#160) #51

Bump semver from 5.7.1 to 5.7.2 (#160)

Bump semver from 5.7.1 to 5.7.2 (#160) #51

name: generate snippets
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Build
run: npm run snippets-generate
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
message: Auto Generated Snippets
committer_name: Abdullah Altahery (Github Actions)
committer_email: kernelcod3@gmail.com
add: "* --force"
cwd: "./data/SallaJson/"