Fix doc update on release
Sorry for the noise, there were some errors in #1197 which github did not show until after I merged 😞
This commit is contained in:
parent
88358dee08
commit
ba360bc3cf
|
@ -49,7 +49,8 @@ jobs:
|
|||
|
||||
release:
|
||||
needs: deploy
|
||||
if: ${{ env.GITHUB_EVENT_NAME == 'release' }}
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
steps:
|
||||
- name: Create latest tag redirect
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue