Skip to content

Commit

Permalink
ci: publish based on v* tags, after removing ruby/gem publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 27, 2024
1 parent 7cf94a1 commit ce5d44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to Crates.io
on:
push:
tags:
- "*.*.*"
- "v*.*.*"

jobs:
publish:
Expand Down

0 comments on commit ce5d44c

Please sign in to comment.