Skip to content

chore(deps): bump ejs from 3.1.8 to 3.1.10 in /demos/react (#105) #20

chore(deps): bump ejs from 3.1.8 to 3.1.10 in /demos/react (#105)

chore(deps): bump ejs from 3.1.8 to 3.1.10 in /demos/react (#105) #20

Workflow file for this run

name: Bump Package Version
on:
push:
tags:
- '*'
jobs:
update:
name: Bump Package version
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: main
- uses: phips28/gh-action-bump-version@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
skip-tag: true
target-branch: main