From 1f8f96b964ba2ad088ca160af11775b72f583dbc Mon Sep 17 00:00:00 2001 From: Duncan Kolba Date: Tue, 26 Jul 2022 08:25:22 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20WIP=20package=20publishing?= =?UTF-8?q?=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tag-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-publish.yml b/.github/workflows/tag-publish.yml index 53eea1e..7b235e7 100644 --- a/.github/workflows/tag-publish.yml +++ b/.github/workflows/tag-publish.yml @@ -80,6 +80,6 @@ jobs: github.rest.repos.updateRelease({ owner: context.repository.owner, repo: context.repository.name, - release_id: context.release.id + release_id: context.release.id, body: '👋 woo hoo!' })