diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a929b90..4116df3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: if-no-files-found: error - name: Publish to GH Release Tab if: ${{ inputs.publishToMarketPlace == 'true' }} - uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" + uses: "marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "${{ env.EXT_VERSION }}"