Skip to content

Commit

Permalink
Update create_rel_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustubh-pande authored Mar 22, 2024
1 parent 572b747 commit fe3ff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_rel_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
fromTag: $old_tag #${{ needs.fetch-tag.get_tag.outputs.old_tag_name }}
fromTag: $old_tag #${{ needs.fetch-tag.get_tag.outputs.old_tag_name }}
toTag: ${{ github.event.inputs.tag_name }}
token: ${{ github.TOKEN }}

Expand Down

0 comments on commit fe3ff44

Please sign in to comment.