From 346061b5ffbce7ea50f2d877b1556f2ccd67c25e Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 24 Sep 2024 11:38:46 -0700 Subject: [PATCH] Update daily-release.yaml --- .github/workflows/daily-release.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/daily-release.yaml b/.github/workflows/daily-release.yaml index e31c26b66e..4bd615c959 100644 --- a/.github/workflows/daily-release.yaml +++ b/.github/workflows/daily-release.yaml @@ -127,9 +127,9 @@ jobs: | Build time | Run ID | Source version | Git ref | Package version | | - | - | - | - | - | - | ${{ steps.compute_hash.outputs.release_date }}Z | [`${{ github.run_id }}`](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) | [`${{ steps.compute_hash.outputs.git_short_sha }}`](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) | `${{ github.ref }}` | `${{ steps.compute_hash.outputs.package_version }}` | + | ${{ steps.compute_hash.outputs.release_date }}Z | [\`${{ github.run_id }}\`](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) | [\`${{ steps.compute_hash.outputs.git_short_sha }}\`](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) | \`${{ github.ref }}\` | \`${{ steps.compute_hash.outputs.package_version }}\` | - ```html + \`\`\`html - ``` + \`\`\` > Note: the SHA384 hash may change daily. EOF @@ -163,8 +163,3 @@ jobs: --repo ${{ github.repository }} \ --target ${{ github.ref }} \ --title "Daily (${{ github.ref }})" - - - name: Upload assets - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ steps.compute_hash.outputs.release_tag_name }} *.js *.json *.tgz --repo ${{ github.repository }}