Skip to content

Commit

Permalink
ci-artifacts: point the continuous release to the correct commit
Browse files Browse the repository at this point in the history
Whenever we update the rolling release, we want to point to the revision
corresponding to the new artifacts, i.e. from which they were built.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Sep 13, 2024
1 parent 77601a8 commit 49ecbeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})

0 comments on commit 49ecbeb

Please sign in to comment.