Skip to content

Commit c61f1de

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
with:
7979
script: |
8080
github.rest.repos.updateRelease({
81-
owner: context.repository.owner,
82-
repo: context.repository.name,
83-
release_id: context.release.id,
81+
owner: github.event.repository.owner,
82+
repo: github.event.repository.name,
83+
release_id: github.event.release.id,
8484
body: '👋 woo hoo!'
8585
})

0 commit comments

Comments
 (0)