Skip to content

Commit 0ec38fe

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/changelog.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/github-script@v6
2121
with:
2222
script: |
23+
console.log(CHANGELOG TEXT: process.env.CHANGELOG_TEXT)
2324
github.rest.repos.updateRelease({
2425
owner: context.payload.repository.owner.login,
2526
repo: context.payload.repository.name,

0 commit comments

Comments
 (0)