Skip to content

Update build-example.yml #path #28

Update build-example.yml #path

Update build-example.yml #path #28

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
tag:
name: Create tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
WITH_V: false