Skip to content

Commit

Permalink
fix: set note-start-tag to prior tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lyledouglass committed Jun 1, 2024
1 parent 480addf commit d1bb3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
outputs:
next: ${{ steps.get-version.outputs.next }}
bump: ${{ steps.get-version.outputs.bump }}
previous: ${{ steps.get-version.outputs.current }}

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -71,4 +72,4 @@ jobs:
wowtools.exe
--title ${{ needs.build.outputs.next }}
--generate-notes --notes-start-tag
${{ needs.build.outputs.next }}
${{ needs.build.outputs.previous }}

0 comments on commit d1bb3d7

Please sign in to comment.