File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 needs : [deploy]
6161 if : ${{ github.event_name != 'pull_request' && github.repository == '5e-bits/5e-database' }}
6262 outputs :
63- new_release_published : ${{ steps.semantic.outputs.steps.semantic.outputs. new_release_published}}
63+ new_release_published : ${{ steps.semantic.outputs.new_release_published }}
6464 version : ${{ steps.semantic.outputs.new_release_version }}
6565 steps :
6666 - name : Checkout latest code
7777 name : Container Release
7878 runs-on : ubuntu-latest
7979 needs : [github-release]
80- if : ${{needs.github-release.outputs.new_release_published == 'true' && github.repository == '5e-bits/5e-database' }}
80+ if : ${{ needs.github-release.outputs.new_release_published == 'true' && github.repository == '5e-bits/5e-database' }}
8181 env :
8282 REGISTRY : ghcr.io
8383 IMAGE_NAME : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments