Skip to content

Merge pull request #23 from Standard-Query-Language/dependabot/github… #59

Merge pull request #23 from Standard-Query-Language/dependabot/github…

Merge pull request #23 from Standard-Query-Language/dependabot/github… #59

Workflow file for this run

name: Tag
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
tag:
name: Tag Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: '0'
- name: Bump version and push tag
id: tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.TAG_TOKEN }}
WITH_V: true