Skip to content

Commit

Permalink
fix: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun committed Apr 7, 2023
1 parent 36e31e4 commit 6a8d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16
- name: get version
run: echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
run: echo "PACKAGE_VERSION=$(node -p "require('./src-tauri/tauri.conf.json').package.version")" >> $GITHUB_ENV
- name: create release
id: create-release
uses: actions/github-script@v6
Expand Down

0 comments on commit 6a8d97b

Please sign in to comment.