Skip to content

Commit

Permalink
version release test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkatsy committed Nov 20, 2024
1 parent da7dbd9 commit f7e5e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

- name: Extract version from package.json
id: get_version
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
shell: pwsh
run: echo "VERSION=$(jq -r .version package.json)" >> $env:GITHUB_ENV

- name: build
if: success() || (failure() && steps.check_version_change.outcome == 'success')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moths-cheats",
"version": "0.0.0",
"version": "0.0.1",
"description": "Moth's Cheats for Fields of Mistria",
"main": "./out/main/index.js",
"author": "arkatsy, dwlim12",
Expand Down

0 comments on commit f7e5e65

Please sign in to comment.