Skip to content

Commit

Permalink
Update on-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 8, 2023
1 parent bfd9628 commit b7a5ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: olegtarasov/[email protected]
id: tagName
- name: Get all the files
id: file_names
id: names
run: g=$(ls); f=$(python filter_files.py "${g}"); echo "FILES=${f}" >> "$GITHUB_ENV"
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
Expand All @@ -28,4 +28,4 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
repository: vyxal/Release-Prepping
event-type: vyxal3-release
client-payload: '{"tag": "${{ steps.tagName.outputs.tag }}", "files": "${FILES}"}'
client-payload: '{"tag": "${{ steps.tagName.outputs.tag }}", "files": "$FILES"}'

0 comments on commit b7a5ba5

Please sign in to comment.