diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index de851a5..7db1d23 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -38,7 +38,7 @@ jobs: env: SHA: ${{ steps.short-sha.outputs.sha }} - name: Create release - uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: tag_name: ${{ steps.tag-name.outputs.value }} draft: false