microdata_mirror/.github/workflows/version.yml

18 lines
362 B
YAML
Raw Normal View History

2023-05-29 17:29:04 +03:00
name: Bump version
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}