Skip to content

Commit

Permalink
Change default tag from latest to current
Browse files Browse the repository at this point in the history
Based on this: readthedocs/readthedocs.org#4868, seems like "latest" tag is confusing readthedocs.
  • Loading branch information
UnHumbleBen authored Jul 3, 2020
1 parent 92d2a44 commit 79cf007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 79cf007

Please sign in to comment.