Skip to content

Commit 3bf4658

Browse files
committed
chore: manual release test
1 parent f4cb277 commit 3bf4658

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-test-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Set version for test release
30-
with:
31-
version: ${{ inputs.version }}
30+
env:
31+
PACKAGE_VERSION: ${{ inputs.version }}
3232
run: python update_version.py
3333

3434
- name: setup node

update_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33

44

5-
version = os.environ['INPUT_VERSION']
5+
version = os.environ['PACKAGE_VERSION']
66

77

88
with open('package.json', 'r') as f:

0 commit comments

Comments
 (0)