Commit af02802
authored
fix: typo in tag reference pattern matching (#603)
## 📝 Description
tag reference would be `refs/tags/<tag_name>` so in this case we are
picking up the trailing `/` before tag name
## ✅ Checklist
- [x] I have tested this change
- [ ] This change requires documentation update1 parent b4414f8 commit af02802
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments