Skip to content

Rename actions.yml to action.yml (#25) #13

Rename actions.yml to action.yml (#25)

Rename actions.yml to action.yml (#25) #13

Workflow file for this run

name: Bump Version Tag
on:
push:
branches:
- main
paths:
- "**/*"
- "!.github/**"
- "!**/*.json"
- "!**/*.md"
- "!**/*.yaml"
jobs:
tags:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout source
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
fetch-depth: 0
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true