Skip to content

Update package-lock.json #66

Update package-lock.json

Update package-lock.json #66

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sed -i 's/\(buildNumber = (\)\(.*\)/\1'\'${{ github.run_number }}'''\'''\'')/' ./index.js
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "Updated build number"
git push