Skip to content

Commit 74f8922

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 0ec38fe commit 74f8922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/changelog.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- uses: actions/github-script@v6
2121
with:
2222
script: |
23-
console.log(CHANGELOG TEXT: process.env.CHANGELOG_TEXT)
2423
github.rest.repos.updateRelease({
2524
owner: context.payload.repository.owner.login,
2625
repo: context.payload.repository.name,
2726
release_id: context.payload.release.id,
2827
body: process.env.CHANGELOG_TEXT
2928
})
29+
30+
console.log("CHANGELOG TEXT:", process.env.CHANGELOG_TEXT)

0 commit comments

Comments
 (0)