Skip to content

Merge branch 'dev' of https://github.com/goldbuick/zed-software-syste… #5

Merge branch 'dev' of https://github.com/goldbuick/zed-software-syste…

Merge branch 'dev' of https://github.com/goldbuick/zed-software-syste… #5

Workflow file for this run

name: auto-version on dev
on:
push:
branches:
- dev
jobs:
bump-version:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
set-safe-directory: true
- name: 'inc version'
id: version-bump
uses: 'phips28/gh-action-bump-version@master'
with:
tag-prefix: 'v'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'cat package.json'
run: cat ./package.json