Skip to content

Commit

Permalink
chore(deps): Bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake authored Jan 13, 2025
1 parent 217662c commit 7f44e28
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 @@ -137,7 +137,7 @@ jobs:
sha256sum qrtool-* | tee sha256sums.txt
b2sum qrtool-* | tee b2sums.txt
- name: Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.2.1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
Expand Down

0 comments on commit 7f44e28

Please sign in to comment.