Skip to content

Commit e5dc45a

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 4486e3e commit e5dc45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
with:
8383
script: |
8484
github.rest.repos.updateRelease({
85-
owner,
86-
repo,
85+
owner: github.event.repository.owner.login,
86+
repo: github.event.repository.name,
8787
release_id: github.event.release.id,
8888
body: '👋 woo hoo!'
8989
})

0 commit comments

Comments
 (0)