Skip to content

Commit b2d83b0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/github-script@v6
7878
with:
7979
script: |
80-
rest.repos.updateRelease({
80+
github.rest.repos.updateRelease({
8181
owner: context.repository.owner,
8282
repo: context.repository.name,
8383
release_id: context.release.id

0 commit comments

Comments
 (0)