Skip to content

Commit

Permalink
fix: yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Sep 12, 2024
1 parent da92251 commit 837b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GH_TOKEN }}
files: |
dist/checksums.txt
dist/checksums.txt.pem
dist/checksums.txt.sig
dist/*.tar.gz
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 837b125

Please sign in to comment.