Skip to content

Commit

Permalink
chore: Downdate softprops/action-gh-release to 2.1.0
Browse files Browse the repository at this point in the history
<softprops/action-gh-release#556> needs to be
resolved.
  • Loading branch information
sorairolake committed Dec 27, 2024
1 parent fa98385 commit 2043f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sha256sum CC*.pdf | tee sha256sums.txt
b2sum CC*.pdf | tee b2sums.txt
- name: Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
Expand Down

0 comments on commit 2043f41

Please sign in to comment.