Skip to content

Revert "Set GitHub Actions/Workflows to tag v2.0.1-alpha.0" #28

Revert "Set GitHub Actions/Workflows to tag v2.0.1-alpha.0"

Revert "Set GitHub Actions/Workflows to tag v2.0.1-alpha.0" #28

name: Tag Version (this repo)
on:
push:
jobs:
run:
name: Tag Version Automation
if: github.event.pusher.name != 'LombiqBot'
uses: Lombiq/GitHub-Actions/.github/workflows/tag-version.yml@issue/OSOE-912
with:
additional-pattern-include-list: '@("https://raw.githubusercontent.com/Lombiq/GitHub-Actions/(?<ref>[\w\./-]*)/.github")'
secrets:
TAG_VERSION_TOKEN: ${{ secrets.LOMBIQBOT_GITHUB_PERSONAL_ACCESS_TOKEN }}