commit | c6a35bbd5e8b7f244726d66d0a6c10fe0f05712d | [log] [tgz] |
---|---|---|
author | CindyLiu <hcindyl@google.com> | Wed Sep 01 03:56:02 2021 +0000 |
committer | GitHub <noreply@github.com> | Tue Aug 31 20:56:02 2021 -0700 |
tree | 953c99816bf204285a58c91e262ebe2adaeadeae | |
parent | c579f1082d597e79c86eecd5ea6504b491fcdb93 [diff] |
[snapshot release] Fix push command for the latest-snapshot branch (#6932) Fix https://github.com/google/iree/runs/3480016077?check_suite_focus=true
diff --git a/.github/workflows/validate_and_publish_release.yml b/.github/workflows/validate_and_publish_release.yml index d9fb8e5..a57aaa3 100644 --- a/.github/workflows/validate_and_publish_release.yml +++ b/.github/workflows/validate_and_publish_release.yml
@@ -34,4 +34,4 @@ uses: ad-m/github-push-action@v0.6.0 with: github_token: ${{ secrets.WRITE_ACCESS_TOKEN }} - branch: latest-snapshot + branch: refs/heads/latest-snapshot