diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eca4c63c..712aa163 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1003,7 +1003,7 @@ jobs: PLUGIN_VERSION: ${{ fromJSON(needs.ci.outputs.plugin).version }} - name: Create Github release - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 with: draft: ${{ inputs.github-draft-release }} name: ${{ fromJSON(needs.ci.outputs.plugin).id }} v${{ fromJSON(needs.ci.outputs.plugin).version }}