Skip to content

Commit 60e23bb

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 027f29a + e3043be commit 60e23bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,15 @@ 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'
219221
uses: actions/checkout@v2
220222

221223
- name: 'Setup Node'
222-
uses: actions/setup-node@2
224+
uses: actions/setup-node@v2
223225
with:
224226
node-version: 12.x
225227
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)