Skip to content

Merge pull request #8 from d-sanderson/v1.2.4 #8

Merge pull request #8 from d-sanderson/v1.2.4

Merge pull request #8 from d-sanderson/v1.2.4 #8

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version
run: npm version patch
- name: Commit Generated Platform Deliverables
id: "auto-commit-action"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: commit bumped version
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}