Skip to content

Commit

Permalink
fix: Release GHA globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Mar 7, 2024
1 parent 652de88 commit b0df8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v.*-d2iq.*
- 'v*-d2iq.*'

# Because variables are not exported, they are not visible by child processes, e.g. make
env:
Expand Down

0 comments on commit b0df8d6

Please sign in to comment.