Skip to content

Feature parity with v #70

Feature parity with v

Feature parity with v #70

Workflow file for this run

name: Bump Version
on:
push:
branches: [master]
jobs:
bump-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- run: cat ./package.json
- name: Automated Version Bump
id: version-bump
uses: phips28/[email protected]
with:
tag-prefix: "v"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: cat ./package.json