Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 #465

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #465

Workflow file for this run

name: NPM Version Bump
on:
push:
branches-ignore:
- master
- beta
- develop
jobs:
bump-version:
name: Bump Package version
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: cat package.json
run: cat package.json
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 13
- name: Automated Version Bump
uses: phips28/gh-action-bump-version@master
with:
tag-prefix: ''
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "cat package.json"
run: cat ./package.json