Skip to content

Commit

Permalink
Merge pull request #99 from UC-Davis-molecular-computing/dev-fix-read…
Browse files Browse the repository at this point in the history
…thedocs

Change default tag from latest to current
  • Loading branch information
dave-doty authored Jul 3, 2020
2 parents 92d2a44 + 79cf007 commit 053a7a6
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 053a7a6

Please sign in to comment.