Merge pull request #55 from RegioHelden/modulesync #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------- | |
# Managed by modulesync - DO NOT EDIT | |
# ------------------------------------------------- | |
--- | |
name: Tag release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
# create a new git tag when a version update was merged to main branch | |
# see https://github.com/RegioHelden/github-reusable-workflows/blob/main/.github/workflows/tag-release.yaml | |
tag-release: | |
name: Create tag | |
permissions: | |
contents: write | |
uses: RegioHelden/github-reusable-workflows/.github/workflows/tag-release.yaml@v2.3.0 | |
with: | |
python-version: "3.12" | |
secrets: | |
personal-access-token: "${{ secrets.COMMIT_KEY }}" |