Skip to content

UI: Game Logs timezone, 24-hour format date pickers (#950) #822

UI: Game Logs timezone, 24-hour format date pickers (#950)

UI: Game Logs timezone, 24-hour format date pickers (#950) #822

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.26.0
env:
DEFAULT_BUMP: patch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true