From 7490a24e7e31a0fb9d1770e075babef873ab77ad Mon Sep 17 00:00:00 2001 From: Ryan De La Torre Date: Sun, 30 Jun 2024 21:27:23 -0700 Subject: [PATCH] Update create-release.yml --- .github/workflows/create-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 4385b26..72b1ba1 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -8,8 +8,8 @@ on: workflow_dispatch: jobs: - check-version: - name: Check version + create-release: + name: Create Release runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -32,6 +32,8 @@ jobs: result-encoding: string script: | github.rest.repos.createRelease({ + owner: context.repo.owner, + repo: context.repo.repo, name: "v1.0.3", tag_name: "v1.0.3", body: "#### 🐛 Bug Fix\n\n- ANV-963: Add missing `Layout` export [#107](https://github.com/servicetitan/anvil2/pull/107) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))\n- ANV-975: Add Final Panel [#102](https://github.com/servicetitan/anvil2/pull/102) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))\n\n#### ⚠️ Pushed to `master`\n\n- 1.0.2 (github-actions@github.com)",