Skip to content

Commit

Permalink
chore(ci): review glob expression in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Nov 19, 2024
1 parent cb09310 commit 632acc5
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 @@ -134,4 +134,4 @@ jobs:
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
token: ${{ secrets.GITHUB_TOKEN }}
files: goflow/goflow-*
files: goflow*/goflow*

0 comments on commit 632acc5

Please sign in to comment.