Skip to content

Set GitHub Actions/Workflows to tag v0.1 #14

Set GitHub Actions/Workflows to tag v0.1

Set GitHub Actions/Workflows to tag v0.1 #14

name: Tag Version (this repo)
on:
push:
branches:
- release/**
jobs:
run:
name: Tag Version Automation
if: github.event.pusher.name != 'github-actions[bot]'
permissions:
contents: 'write'
uses: davidpuplava/GitHub-Actions/.github/workflows/tag-version.yml@v0.1
with:
called-repo-base-include-list: '@("${{ github.repository }}","Lombiq/GitHub-Actions")'
additional-pattern-include-list: '@("https://raw.githubusercontent.com/Lombiq/GitHub-Actions/(?<ref>[\w\./-]*)/.github")'
secrets:
TAG_VERSION_TOKEN: ${{ secrets.LOMBIQBOT_GITHUB_PERSONAL_ACCESS_TOKEN }}