Skip to content

Commit

Permalink
Merge pull request #112 from yvesgurcan/gh-release
Browse files Browse the repository at this point in the history
fix id
  • Loading branch information
yvesgurcan authored Jan 24, 2020
2 parents 3e698f4 + e345c9a commit f0e7570
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 @@ -30,7 +30,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ steps.previoustag.outputs.tag }}
automatic_release_tag: ${{ steps.latesttag.outputs.tag }}
prerelease: false

env:
Expand Down

0 comments on commit f0e7570

Please sign in to comment.