aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ferdi-builds.yml3
-rw-r--r--package-lock.json2
2 files changed, 4 insertions, 1 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
diff --git a/package-lock.json b/package-lock.json
index 9b4da08ae..2331ccedc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
6 "packages": { 6 "packages": {
7 "": { 7 "": {
8 "name": "ferdi", 8 "name": "ferdi",
9 "version": "5.6.3-nightly.47", 9 "version": "5.6.3-nightly.48",
10 "license": "Apache-2.0", 10 "license": "Apache-2.0",
11 "dependencies": { 11 "dependencies": {
12 "@adonisjs/ace": "^5.0.8", 12 "@adonisjs/ace": "^5.0.8",