mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 08:17:23 +00:00
Update publish.yml
This commit is contained in:
parent
9befcea625
commit
d8bdc19728
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
|
||||
- name: Extract version
|
||||
id: get_version
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION=$(node -p "require('./package.json').version")
|
||||
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue