gpu-dawn: checkout repo so we can use git rev-parse

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 16:54:56 -07:00 committed by Stephen Gutekanst
parent b93dc4a207
commit c370e007fd
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Create draft
run: gh release create $(git rev-parse --short HEAD) --title "Automatic release of main @ $(git rev-parse --short HEAD)"
env:

View file

@ -8,6 +8,8 @@ jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish release
run: echo "TODO(build-system): gh CLI has no way to mark draft as published?"
env: