diff --git a/.github/workflows/ci-artifacts.yml b/.github/workflows/ci-artifacts.yml index 68b0d4bc589..99b5129dd5f 100644 --- a/.github/workflows/ci-artifacts.yml +++ b/.github/workflows/ci-artifacts.yml @@ -231,3 +231,9 @@ jobs: }) console.log(`Updated ${updatedAsset.data.browser_download_url}`) } + + await github.rest.git.updateRef({ + ...req, + ref: 'tags/ci-artifacts', + sha: process.env.GITHUB_SHA, + }) \ No newline at end of file