fix(ci): upgrade github-script action to v9 (#418)

Move reusable channel publish release step from actions/github-script v7 to v9 to stay compatible with Node 24 on GitHub runners.
This commit is contained in:
cucadmuh
2026-05-02 00:09:59 +03:00
committed by GitHub
parent 267f732397
commit fca084acf9
@@ -127,7 +127,7 @@ jobs:
echo "$EOF_MARKER" >> "$GITHUB_OUTPUT" echo "$EOF_MARKER" >> "$GITHUB_OUTPUT"
- name: create or update release - name: create or update release
id: create-release id: create-release
uses: actions/github-script@v7 uses: actions/github-script@v9
env: env:
PACKAGE_VERSION: ${{ steps.get-version.outputs.version }} PACKAGE_VERSION: ${{ steps.get-version.outputs.version }}
RELEASE_TAG: ${{ steps.tag.outputs.value }} RELEASE_TAG: ${{ steps.tag.outputs.value }}