Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Merge pull request #8 from PartTimeLegend/renovate/anothrnick-github-… #7

Merge pull request #8 from PartTimeLegend/renovate/anothrnick-github-…

Merge pull request #8 from PartTimeLegend/renovate/anothrnick-github-… #7

Workflow file for this run

name: Tag
on:
push:
branches: [ master ]
jobs:
tag:
name: Tag Release
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true