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 79a81b8 commit 55dbdb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
with:
github-token: "${{ steps.app-token.outputs.token }}"
script: |
const releaseTag = ${{ steps.determine-next-tag.outputs.result }};
await github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: releaseTag,
tag_name: "${{ steps.determine-next-tag.outputs.result }}",
name: releaseTag,
generate_release_notes: true,
});

0 comments on commit 55dbdb7

Please sign in to comment.