Skip to content

Commit e164772

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent a8fea39 commit e164772

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ jobs:
7373
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
7474
echo "Semver stable version unclean $SEMVER_VERSION"
7575
echo "Semver stable version valid $VALID_SEMVER_VERSION"
76+
7677
- uses: actions/github-script@v6
7778
with:
7879
script: |
79-
octokit.rest.repos.updateRelease({
80+
rest.repos.updateRelease({
8081
owner: context.repository.owner,
8182
repo: context.repository.name,
8283
release_id: context.release.id
8384
body: '👋 woo hoo!'
84-
})
85+
})

0 commit comments

Comments
 (0)