Skip to content

Commit

Permalink
feat: update version to 1.2.6 in package.json and remove redundant bu…
Browse files Browse the repository at this point in the history
…ild steps in GitHub Actions workflow

Signed-off-by: wiibleyde <nathan@bonnell.fr>
  • Loading branch information
Wiibleyde committed Dec 20, 2024
1 parent 0594a3d commit 1434bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
with:
node-version: '20.18.1'

- name: Install dependencies
run: npm install

- name: Build project
run: npm run build

- name: Get version from package.json
id: get_version
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
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": "eve",
"version": "1.2.5.1",
"version": "1.2.6",
"description": "Eve",
"author": {
"email": "nathan@bonnell.fr",
Expand Down

0 comments on commit 1434bbc

Please sign in to comment.