Skip to content

Commit

Permalink
Merge pull request #793 from axnsan12/actions
Browse files Browse the repository at this point in the history
Remove 'v' from version tag format
  • Loading branch information
JoelLefkowitz authored Jul 14, 2022
2 parents 1795ed1 + 620ff7b commit 25b1b8c
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
on:
push:
tags:
- "v*.*.*"
- "*.*.*"

jobs:
publish:
Expand Down

0 comments on commit 25b1b8c

Please sign in to comment.