Skip to content

Commit

Permalink
Fix typo in fromTag parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
beardeddragon5 committed Jan 4, 2024
1 parent de7677c commit 5fd7131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4.1.0
with:
fromTag: ${{ needs.version.output.latest }}
fromTag: ${{ needs.version.outputs.latest }}
toTag: main
fetchViaCommits: true

Expand Down

0 comments on commit 5fd7131

Please sign in to comment.