Skip to content

feat: add OIDC auto-user creation with default profile picture suppor… #17

feat: add OIDC auto-user creation with default profile picture suppor…

feat: add OIDC auto-user creation with default profile picture suppor… #17

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