Skip to content

Commit 6a4fa58

Browse files
committed
Fix release asset publishing workflow
1 parent 01d6488 commit 6a4fa58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ on:
2525
permissions:
2626
contents: read
2727

28+
env:
29+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
30+
2831
jobs:
2932
build:
3033
name: Build and verify artifacts
@@ -120,6 +123,7 @@ jobs:
120123
- name: Create or update GitHub release
121124
env:
122125
GH_TOKEN: ${{ github.token }}
126+
GH_REPO: ${{ github.repository }}
123127
TAG_NAME: v${{ needs.build.outputs.version }}
124128
run: |
125129
set -euo pipefail

0 commit comments

Comments
 (0)