Skip to content

Commit b532c39

Browse files
JasragsCopilot
andauthored
Update .github/workflows/auto-tag.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1a00f25 commit b532c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
tag_prefix: 'v'
2525
default_bump: 'patch'
2626
default_prerelease_bump: 'prerelease'
27-
dry_run: true # Set to true for testing, change to false for actual tagging
27+
dry_run: false # Set to false for actual tagging in production
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929

0 commit comments

Comments
 (0)