Skip to content

Commit

Permalink
Bump back to using automatic-releases@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Mar 8, 2020
1 parent a507141 commit 61e78f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Release latest master
if: startsWith(github.ref, 'refs/heads')
uses: marvinpinto/action-automatic-releases@v0.3.0
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: dev-build
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Release tagged version
if: startsWith(github.ref, 'refs/tags')
uses: marvinpinto/action-automatic-releases@v0.3.0
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit 61e78f0

Please sign in to comment.