Skip to content

chore(deps): bump crypto-js from 4.1.1 to 4.2.0 (#6) #5

chore(deps): bump crypto-js from 4.1.1 to 4.2.0 (#6)

chore(deps): bump crypto-js from 4.1.1 to 4.2.0 (#6) #5

Workflow file for this run

name: Tag CI
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: |
git config user.name github-actions
git config user.email github-actions[bot]@users.noreply.github.com
npm version patch
git push
git push --tags