Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Merge pull request #28 from Standard-Query-Language/renovate/softprop… #60

Merge pull request #28 from Standard-Query-Language/renovate/softprop…

Merge pull request #28 from Standard-Query-Language/renovate/softprop… #60

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