Update .github/workflows/download-latest.yml
This commit is contained in:
5
.github/workflows/download-latest.yml
vendored
5
.github/workflows/download-latest.yml
vendored
@@ -92,6 +92,11 @@ jobs:
|
|||||||
git push
|
git push
|
||||||
env:
|
env:
|
||||||
DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }}
|
DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }}
|
||||||
|
release-tag:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [download-binary,commit-data]
|
||||||
|
if: ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
|
||||||
|
steps:
|
||||||
- name: sleep 30
|
- name: sleep 30
|
||||||
run: sleep 30
|
run: sleep 30
|
||||||
- name: Publish release
|
- name: Publish release
|
||||||
|
Reference in New Issue
Block a user