Skip to content

Commit

Permalink
chore: test out new release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 2, 2025
1 parent 55dbdb7 commit 73c93a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: "${{ steps.determine-next-tag.outputs.result }}",
name: releaseTag,
name: "${{ steps.determine-next-tag.outputs.result }}",
generate_release_notes: true,
});

0 comments on commit 73c93a6

Please sign in to comment.