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 20e5e78 commit 17670e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
owner: ${{ github.repository_owner }}
- uses: olegtarasov/[email protected]
id: tagName
- name: Get all the files
id: file_names
run: f=$(python get_files.py); echo "${f}"
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
env:
Expand Down

0 comments on commit 17670e8

Please sign in to comment.