docs: note checkout must come first

This commit is contained in:
Seth Vargo 2022-01-22 14:41:04 -05:00
parent 54924dbbed
commit 88fbfac1f6
Failed to extract signature

View File

@ -46,6 +46,7 @@ jobs:
id-token: 'write' id-token: 'write'
steps: steps:
# actions/checkout MUST come before auth
- uses: 'actions/checkout@v2' - uses: 'actions/checkout@v2'
- id: 'auth' - id: 'auth'