diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a106e0f..e57bfb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: run: echo "::set-output name=tag::$(echo $TAG)" - name: Create release id: create_release - uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 + uses: softprops/action-gh-release@3989e4b325fd35af0f19f42a37021d50b48b77e0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: