aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-31 07:52:38 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-31 07:52:38 +0530
commit44ce52ca0b10a1fd142f120300a323b26e472cf6 (patch)
tree7b12432224ca23eb338cab56bc33f99f34a7721d /.github
parent5.6.3-nightly.48 [skip ci] (diff)
downloadferdium-app-44ce52ca0b10a1fd142f120300a323b26e472cf6.tar.gz
ferdium-app-44ce52ca0b10a1fd142f120300a323b26e472cf6.tar.zst
ferdium-app-44ce52ca0b10a1fd142f120300a323b26e472cf6.zip
chore: Fixing issue with 'npm version' leaving out version change in the nested location
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml3
1 files changed, 3 insertions, 0 deletions
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:
63 # this is a manual trigger with the key-phrase 63 # this is a manual trigger with the key-phrase
64 git checkout develop 64 git checkout develop
65 TAG_NAME=$(npm version -m "%s [skip ci]" prerelease --preid=nightly) 65 TAG_NAME=$(npm version -m "%s [skip ci]" prerelease --preid=nightly)
66 # TODO: With the new lockfile version, this is needed (probably a bug)
67 npm i
68 git commit --all --amend --no-edit --no-verify
66 git push origin develop --no-verify 69 git push origin develop --no-verify
67 git tag -f $TAG_NAME 70 git tag -f $TAG_NAME
68 git push origin --tags --no-verify 71 git push origin --tags --no-verify