We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784c6a5 commit 6395255Copy full SHA for 6395255
.github/workflows/post_publish.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Upload version file to dl.deno.land
32
run: |
33
echo ${GITHUB_REF#refs/*/} > release-latest.txt
34
- deno run --allow-net tools/release/version_greater_latest.ts ${GITHUB_REF#refs/*/} && gsutil -h "Cache-Control: no-cache" cp release-latest.txt gs://dl.deno.land/release-latest.txt
+ (deno run --allow-net tools/release/version_greater_latest.ts ${GITHUB_REF#refs/*/} || exit 0) && gsutil -h "Cache-Control: no-cache" cp release-latest.txt gs://dl.deno.land/release-latest.txt
0 commit comments