Skip to content

Commit

Permalink
Fix latest.yml, attempt 1
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Mar 29, 2023
1 parent cfc49b4 commit 2cfe7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
mkdir '${{vars.ID}}'
cp LICENSE.txt README.md manifest.json main.js requirements.txt styles.css '${{vars.ID}}'
zip -r '${{vars.ID}}.zip' '${{vars.ID}}'
- uses: softprops/action-gh-release@v0
- uses: softprops/action-gh-release@v1
with:
append_body: true
fail_on_unmatched_files: true
Expand Down

0 comments on commit 2cfe7ee

Please sign in to comment.