From 79cf0075d33cb3d2fe802ad56e375ffa468295e3 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 2 Jul 2020 22:11:32 -0700 Subject: [PATCH] Change default tag from latest to current Based on this: https://github.com/readthedocs/readthedocs.org/issues/4868, seems like "latest" tag is confusing readthedocs. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb75ffa0..fbf86863 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" + automatic_release_tag: "current" prerelease: false title: "Development Build [TODO: Replace label and number with version number]" files: |