Skip to content

Merge pull request #4 from pyanodon/dependabot-github_actions-actions… #25

Merge pull request #4 from pyanodon/dependabot-github_actions-actions…

Merge pull request #4 from pyanodon/dependabot-github_actions-actions… #25

Workflow file for this run

name: Set semver tags
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vweevers/additional-tags-action@v2