Skip to content

tag

tag #12

Workflow file for this run

name: tagging
on: workflow_dispatch
jobs:
tag:
name: Tagging
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Create tag
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}