From 67119354626eacc1208da13c8d71570a0cf0e4f1 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 26 Jan 2024 11:24:13 -0500 Subject: [PATCH] ci: fix github release script (#999) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eea8e4e8..da073eba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,7 @@ jobs: gh release create $PKG_VERSION \ --title "Release $PKG_VERSION" \ --generate-notes \ - --repo ${{ github.repository }} + --repo ${{ github.repository }} \ --target master env: GH_TOKEN: ${{ github.token }}