Skip to content

Commit 1f8f96b

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent b2d83b0 commit 1f8f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tag-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
github.rest.repos.updateRelease({
8181
owner: context.repository.owner,
8282
repo: context.repository.name,
83-
release_id: context.release.id
83+
release_id: context.release.id,
8484
body: '👋 woo hoo!'
8585
})

0 commit comments

Comments
 (0)