Skip to content

Fix looping challenges. #1036 (#1065) #195

Fix looping challenges. #1036 (#1065)

Fix looping challenges. #1036 (#1065) #195

Workflow file for this run

name: autotag
on:
push:
branches:
- "master"
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Auto Tag
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
tag_prefix: "v"