Skip to content

Commit 5cb5418

Browse files
committed
Fix CI
1 parent 6e06254 commit 5cb5418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+*'
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
99
deploy-clojars:

0 commit comments

Comments
 (0)