Skip to content

Commit 8a38fa0

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 8520e0f commit 8a38fa0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ jobs:
7777
- uses: actions/github-script@v6
7878
with:
7979
script: |
80-
console.log(context)
80+
console.log("Context: ", context.payload)
81+
console.log("owner: ", context.payload.owner)
82+
8183
github.rest.repos.updateRelease({
82-
owner: context.payload.owner.login,
84+
owner: "dbsystel",
8385
repo: context.payload.repository.name,
8486
release_id: context.payload.release.id,
8587
body: '👋 woo hoo!'

0 commit comments

Comments
 (0)