aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-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