Skip to content

Commit e6b538c

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent e5dc45a commit e6b538c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,14 @@ jobs:
7777
echo "Semver stable version unclean $SEMVER_VERSION"
7878
echo "Semver stable version valid $VALID_SEMVER_VERSION"
7979
echo "TEST_CONTEXT: $TEST_CONTEXT"
80+
echo "Repository: " ${{github.event.repository}}
81+
echo "Owner: " ${{github.event.repository.owner}}
82+
echo "Login: " ${{github.event.repository.owner.login}}
8083
8184
- uses: actions/github-script@v6
8285
with:
8386
script: |
87+
console.log(context)
8488
github.rest.repos.updateRelease({
8589
owner: github.event.repository.owner.login,
8690
repo: github.event.repository.name,

0 commit comments

Comments
 (0)