mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 10:15:27 +00:00
...fix version
This commit is contained in:
parent
3dd5b24c02
commit
878957c45d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
node-version: 12
|
||||
- name: get version
|
||||
run: echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
|
||||
run: echo "PACKAGE_VERSION=$(node -p "require('./desktop/package.json').version")" >> $GITHUB_ENV
|
||||
- name: create release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1.1.0
|
||||
|
|
Loading…
Reference in a new issue