Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Oct 2, 2024
1 parent 4d1d624 commit d462ca3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release edit ${{ github.event.release.name }} \
--notes-file release.md \
./dist/executor_* \
./plugins-index.yaml
gh release edit ${{ github.event.release.name }} --notes-file release.md
gh release upload ${{ github.event.release.name }} ./dist/executor_* ./plugins-index.yaml

0 comments on commit d462ca3

Please sign in to comment.