Skip to content

Commit 9ad52fd

Browse files
committed
testing automated workflow
1 parent 2889cac commit 9ad52fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ publish:
2222
# Ensure the git repository is clean
2323
@git diff --quiet || (echo "Uncommitted changes present. Please commit or stash them before publishing." && exit 1)
2424
git tag -a v$(VERSION) -m "Version $(VERSION)"
25+
26+
# testing automated workflow

0 commit comments

Comments
 (0)