diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 879f08fc69b9..2ddc685fafdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Create a new github release with the newly created specs.zip file - name: Release - uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 with: files: specs.zip tag_name: ${{ steps.tag_version.outputs.new_tag }}