From 44ce52ca0b10a1fd142f120300a323b26e472cf6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 31 Oct 2021 07:52:38 +0530 Subject: chore: Fixing issue with 'npm version' leaving out version change in the nested location --- .github/workflows/ferdi-builds.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index 10c2726f0..7c457eda4 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -63,6 +63,9 @@ jobs: # this is a manual trigger with the key-phrase git checkout develop TAG_NAME=$(npm version -m "%s [skip ci]" prerelease --preid=nightly) + # TODO: With the new lockfile version, this is needed (probably a bug) + npm i + git commit --all --amend --no-edit --no-verify git push origin develop --no-verify git tag -f $TAG_NAME git push origin --tags --no-verify -- cgit v1.2.3-54-g00ecf