diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index b9505fe..58606ef 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -25,7 +25,7 @@ jobs: node-version: lts/* - name: Create a release - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 if: startsWith(github.ref, 'refs/tags/') with: generate_release_notes: true