Skip to content

feat: display users in table in Admin Settings (#149) #5

feat: display users in table in Admin Settings (#149)

feat: display users in table in Admin Settings (#149) #5

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
paths-ignore:
- 'package.json'
- 'README.md'
jobs:
version-app:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_ACTION }}
- name: Bump version and push tag
id: changelog
uses: TriPSs/conventional-changelog-action@v6
with:
github-token: "${{ secrets.GH_TOKEN_ACTION }}"
git-user-name: "github-actions[bot]"
git-user-email: "github-actions[bot]@users.noreply.github.com"
preset: "conventionalcommits"
output-file: false
# skip-on-empty: false # good for testing
skip-ci: false