diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6d85ac1..cbf6e424 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -186,7 +186,7 @@ jobs: echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - name: Greenlight releasing to MELPA - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.PAT }} script: | @@ -200,7 +200,7 @@ jobs: # We don't want this to trigger workflows, so we don't use a personal access token. - name: Greenlight releasing to MELPA Stable - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.git.createRef({