Skip to content

Set GitHub Actions/Workflows to tag v2.0.1-alpha.0 #29

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

Set GitHub Actions/Workflows to tag v2.0.1-alpha.0 #29

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/[email protected]
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 }}