Skip to content

Commit

Permalink
fix: release workflow (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
razinj authored Jun 24, 2024
1 parent e554cd7 commit a25c744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*.*.*" # Matches tags like v1.0.0, v2.1.0, etc.
- "*" # Matches tags like v1.0.0, v2.1.0, etc.

jobs:
build-and-release:
Expand Down

0 comments on commit a25c744

Please sign in to comment.