Skip to content

Commit 5a997cd

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent c1722ed commit 5a997cd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
6464
runs-on: ubuntu-latest
6565
env:
66-
TEST_MSG: "asdf test"
66+
TEST_MSG: "REPLACE_ME"
6767
steps:
6868
- name: ⬇️ Checkout repo
6969
uses: actions/checkout@v3
@@ -79,12 +79,8 @@ jobs:
7979
- uses: actions/github-script@v6
8080
with:
8181
script: |
82-
console.log("Context: ", context.payload)
83-
console.log("repo: ", context.payload.repository)
84-
console.log("owner: ", context.payload.repository.owner)
85-
8682
github.rest.repos.updateRelease({
87-
owner: "dbsystel",
83+
owner: context.payload.repository.owner.login,
8884
repo: context.payload.repository.name,
8985
release_id: context.payload.release.id,
9086
body: process.env.TEST_MSG

0 commit comments

Comments
 (0)