Skip to content

Commit e3043be

Browse files
authored
Update release.yml
1 parent b5356b9 commit e3043be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ jobs:
213213
name: 'Publish npm package'
214214
needs: [ build-non-windows-image, build-windows-image ]
215215
runs-on: ubuntu-latest
216+
env:
217+
RELEASE_VERSION: ${{ github.event.inputs.version }}
216218

217219
steps:
218220
- name: 'Checkout'

0 commit comments

Comments
 (0)