We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452478b commit 01fe626Copy full SHA for 01fe626
1 file changed
.github/workflows/frontend-image.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Bump frontend version
23
run: |
24
cd frontend
25
+ npm install
26
npm ci
27
npm version patch --no-git-tag-version
28
VERSION=$(node -p 'require("./package.json").version')
0 commit comments