Skip to content

Commit

Permalink
helps to use the right var
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 8, 2023
1 parent 5ffd1a7 commit 9efcaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: tagName
- name: Get all the files
id: file_names
run: g=$(ls); f=$(python filter_files.py "${g}"); echo "FILES=${g}" >> "$GITHUB_ENV"
run: g=$(ls); f=$(python filter_files.py "${g}"); echo "FILES=${f}" >> "$GITHUB_ENV"
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
env:
Expand Down

0 comments on commit 9efcaff

Please sign in to comment.