Skip to content

Commit 6324e6f

Browse files
committed
Testing auto-tag
1 parent bb5e262 commit 6324e6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Auto Tag
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
67

78
permissions:
89
contents: write
@@ -19,6 +20,8 @@ jobs:
1920
id: tagger
2021
uses: mathieudutour/github-tag-action@v6.1
2122
with:
23+
tag_prefix: 'v'
24+
dry_run: true # Set to true for testing, change to false for actual tagging
2225
github_token: ${{ secrets.GITHUB_TOKEN }}
2326

2427
- name: Print new tag

0 commit comments

Comments
 (0)