Skip to content

Merge pull request #4 from dataesr/staging #2

Merge pull request #4 from dataesr/staging

Merge pull request #4 from dataesr/staging #2

Workflow file for this run

name: Build and deploy production
on:
push:
branches:
- "main"
jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: 'actions/checkout@latest'
with:
ref: ${{ github.ref }}
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
minor-wording: 'MINOR'
major-wording: 'MAJOR'
patch-wording: 'PATCH'
tag-prefix: 'v'
check-last-commit-only: 'true'
PACKAGEJSON_DIR: 'client'