kurosakishigure / katharsis

CLI tool for generating RSS feeds.
MIT License
0 stars 1 forks source link

on.push.tags in ci.yml is not being triggered #3

Closed kurosakishigure closed 20 hours ago

kurosakishigure commented 20 hours ago

Expected Behavior

When executing the following commands:

git tag v1.0.0-canary.1
git push origin v1.0.0-canary.1

ci.yml should be triggered.

Actual Behavior

ci.yml is not being triggered.

Additional Information

I believe the issue is with the regular expression tags: [ 'v[0-9]+.[0-9]+.[0-9]+(-canary.[0-9]+)?' ].