Skip to content

Commit

Permalink
Downgrade softprops/action-gh-release to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jan 3, 2025
1 parent 5b10c3c commit d9c7d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ jobs:

- run: ls -ltra dist/

# 2.2.0 has a bug ref https://github.com/softprops/action-gh-release/issues/555
- name: Upload release assets
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: dist/*

Expand Down

0 comments on commit d9c7d3b

Please sign in to comment.