Skip to content

Commit

Permalink
fix upload_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Oct 4, 2024
1 parent d4af355 commit 738f694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
outputs:
version: ${{ steps.read_version.outputs.value }}
needs_release: ${{ steps.create_tag.outputs.tag_existed != 'true' }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
permissions:
contents: write
steps:
Expand Down

1 comment on commit 738f694

@vercel
Copy link

@vercel vercel bot commented on 738f694 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.